E
Emimec
A simple procedure is proving hard for me I'm afraid !!!
I want to enter a gross amount, next column shows the VAT , next column
shows the net amount. I used the IF formula, but get VALUE if the statement
is false, and I want blank boxes if nothing is entered in amount and vat
columns.
AMOUNT VAT NET
£141.00 £21.00 £120.00
#VALUE!
#VALUE!
#VALUE!
#VALUE!
=IF(A3>1,A3/47*7) (in the VAT column)
=SUM(A3,-B3) (in the NET column)
Advice gratefully received
Bob
I want to enter a gross amount, next column shows the VAT , next column
shows the net amount. I used the IF formula, but get VALUE if the statement
is false, and I want blank boxes if nothing is entered in amount and vat
columns.
AMOUNT VAT NET
£141.00 £21.00 £120.00
#VALUE!
#VALUE!
#VALUE!
#VALUE!
=IF(A3>1,A3/47*7) (in the VAT column)
=SUM(A3,-B3) (in the NET column)
Advice gratefully received
Bob