Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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% |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=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 :-) ------------------------------*------------------------------*---------------- "Ben" wrote in message ... 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% |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Ben try:
=IF(A2="",Your formula for VAT,A2) -- HTH Sandy with @tiscali.co.uk "Ben" wrote in message ... 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% |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Still stuck on macro... | Excel Discussion (Misc queries) | |||
My mouse suddenly behaves as if the left click is stuck | Excel Discussion (Misc queries) | |||
Stuck Button effect in Excel | Excel Discussion (Misc queries) | |||
mouse stuck in cell selection mode | Excel Discussion (Misc queries) | |||
Select is "stuck" | Excel Discussion (Misc queries) |