result not displayed when prcentage is used
Posted by robert on September 21, 2000 2:39 AM
i have created a spredsheet for which there are a few simple functions.
Formulas as follows.
subtotal =IF(SUM(H19:H45),SUM(H19:H45),"")
discount =IF(H46/100*D47,H46/100*D47,"")
price =IF(H46-H47,H46-H47,"")
vat =IF(D51/100*H48,D51/100*H48,"")
total =IF(H48+H51,H48+H51,"")
when i input a percentage into the discount cell
the price, vat, and the total show this:#VALUE
instead of showing the anwers in numbers. Help