Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am using the following formula to sum up how many hours a person is
scheduled to work: =IF(OR(G90="",F90=""),"",G90-F90+11). But if someone has no hours it comes up with "VALUE". I would like it to be blank. How would I do that? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I played with that formula, and got the VALUE error when g90 or f90
contained a space, instead of being blank. If this is what's happening for you, then your entry person needs to leave the cells blank instead of entering a space. Dave O |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(OR(G90={""," "},F90={""," "}),"",G90-F90+11)
"Phxlatinoboi®" wrote: I am using the following formula to sum up how many hours a person is scheduled to work: =IF(OR(G90="",F90=""),"",G90-F90+11). But if someone has no hours it comes up with "VALUE". I would like it to be blank. How would I do that? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
awesome it worked.
thanks :-D "Teethless mama" wrote: =IF(OR(G90={""," "},F90={""," "}),"",G90-F90+11) "Phxlatinoboi®" wrote: I am using the following formula to sum up how many hours a person is scheduled to work: =IF(OR(G90="",F90=""),"",G90-F90+11). But if someone has no hours it comes up with "VALUE". I would like it to be blank. How would I do that? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula Question | Excel Worksheet Functions | |||
hi, new value formula question | Excel Worksheet Functions | |||
formula question? | Excel Worksheet Functions | |||
Newbie Question - Subtraction Formula Question | Excel Discussion (Misc queries) | |||
If Formula Question | Excel Worksheet Functions |