Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Excel 2003
Statement in cell E316 =if(D316<0,1,0) - This works fine I need to change this to include 0 (zero) as true Changed to =IF(D316=0,1,0) This does NOT work. Tried ( on different computer ) =if(D316="",0,1) This would also be acceptable, since I will have validation on cell D316. It worked on that computer, NOT on mine What am I missing. I use that same statement ( the last one ) elsewhere on my sheets and it works fine. When copied to E316, it doesn't work. Help -- John F. Scholten |
#2
![]() |
|||
|
|||
![]()
Have a look at the ISBLANK() function, I think that might be what you're
looking for. Carlos "John F" wrote in message ... Excel 2003 Statement in cell E316 =if(D316<0,1,0) - This works fine I need to change this to include 0 (zero) as true Changed to =IF(D316=0,1,0) This does NOT work. Tried ( on different computer ) =if(D316="",0,1) This would also be acceptable, since I will have validation on cell D316. It worked on that computer, NOT on mine What am I missing. I use that same statement ( the last one ) elsewhere on my sheets and it works fine. When copied to E316, it doesn't work. Help -- John F. Scholten |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
COPY A CONCATENATE CELL TO BLANK CELL PUTTING IN THE NEXT BLANK C. | Excel Discussion (Misc queries) | |||
conditional formatting blank cell | Excel Discussion (Misc queries) | |||
GET.CELL | Excel Worksheet Functions | |||
Make a cell blank? | Excel Worksheet Functions | |||
VLookup resulting in a blank cell... | Excel Worksheet Functions |