Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I want to say:
If cell A1 value 0, then copy that value to cell C1, otherwise copy cell B1 value to cell C1 Can someone make a suggestion please? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
One try,
In C1: =IF(A10,A1,IF(B10,B1,"")) Above presumes that you want the same check (0) to apply to B1 as well -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "dim" wrote: I want to say: If cell A1 value 0, then copy that value to cell C1, otherwise copy cell B1 value to cell C1 Can someone make a suggestion please? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Dim,
You can do this by using the below formula: =IF(A10,A1,B1) == Plese give this formula in C1 Regards, Soundar. "dim" wrote: I want to say: If cell A1 value 0, then copy that value to cell C1, otherwise copy cell B1 value to cell C1 Can someone make a suggestion please? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thankyou very much. Both those methods worked. :-)
|
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can an If statement answer an If statement? | Excel Discussion (Misc queries) | |||
If statement | Excel Worksheet Functions | |||
appending and IF statement to an existing IF statement | Excel Worksheet Functions | |||
If statement and Isblank statement | Excel Worksheet Functions | |||
Help please, IF statement/SUMIF statement | Excel Worksheet Functions |