![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Mar 2002
Location: Melbourne, Victoria
Posts: 10
|
I have the below IF statement in e.g. F1 where F1 should display the answer of B1 * E1.
=IF((B21*E21)>0,"","") Now what I want is if the answer of B1 * E1 is greater than zero I want the answer to show. If the answer is zero I want the cell, in this case F1, to be blank. Possible? I can get the blank to show but then I can't get the answer to show. Any ideas? |
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Feb 2002
Location: Adelaide, Australia
Posts: 182
|
Try:
IF((B21*E21)>0,(B21*E21),"") |
|
|
|
|
|
#3 |
|
New Member
Join Date: Mar 2002
Location: Melbourne, Victoria
Posts: 10
|
Thanks that formula worked. I originally had that formula but with "(B1*E1)" so the cell was actualloy showing up (B1*E1)!
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|