S
Sally
I have a column of numbers that I want to multiply all
those numbers by a certain figure. Can this be done.
I currently have 3 columns #1 is a list price, #2 is a
discount multiplier #3 is our price. The formula I now
have for column #3 reads =if(isblank(E3,"",D3*E3).
What if anything can I do to this formula to have 20%
added to the figure in column #3. I tried =if(isblank
(E3,""(D3*E3)*20%) but that didn't work.
those numbers by a certain figure. Can this be done.
I currently have 3 columns #1 is a list price, #2 is a
discount multiplier #3 is our price. The formula I now
have for column #3 reads =if(isblank(E3,"",D3*E3).
What if anything can I do to this formula to have 20%
added to the figure in column #3. I tried =if(isblank
(E3,""(D3*E3)*20%) but that didn't work.