Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i want to test a cell - a2 - for a value 0
if 0 i want to multiply a1*a2 else do nothing t.i.a. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
One way:
=IF(A20,A1*A2,"") The "" is a null string, so it technically doesn't "do nothing" (functions always return some value), but it won't display anything. In article , "steve" wrote: i want to test a cell - a2 - for a value 0 if 0 i want to multiply a1*a2 else do nothing t.i.a. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IF statement inside a SUMIF statement.... or alternative method | Excel Worksheet Functions | |||
Reconcile Bank statement & Credit card statement & accounting data | Excel Worksheet Functions | |||
Setup of an IF AND statement | Excel Worksheet Functions | |||
appending and IF statement to an existing IF statement | Excel Worksheet Functions | |||
Club Dues collection report and statement setup | Excel Discussion (Misc queries) |