Please help, I'm stuck

B

Ben

Hi

I,m trying to work this out ,the vat is currently set to work out the rate
in cell A1, I want to be able to make a formula where by if there is a value
in cell A2 then it no longer reads the cell A1 but reads the value in A2
instead.Thanks

A
1 fig1
2 fig2
3 VAT @ 17.5%
 
S

Sandy Mann

Ben try:

=IF(A2="",Your formula for VAT,A2)

--
HTH

Sandy
(e-mail address removed)
(e-mail address removed) with @tiscali.co.uk
 
K

Ken Wright

=IF(A2<>"",A2,A1)

--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 97/00/02/03

------------------------------­------------------------------­----------------
It's easier to beg forgiveness than ask permission :)
------------------------------­------------------------------­----------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top