#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 16
Default Formula Question

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 19
Default Formula Question

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,718
Default Formula Question

=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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 16
Default Formula Question

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Formula Question casdaq Excel Worksheet Functions 0 May 3rd 07 11:35 PM
hi, new value formula question RayB Excel Worksheet Functions 5 January 18th 07 03:23 AM
formula question? hotelmasters Excel Worksheet Functions 3 June 15th 06 02:26 AM
Newbie Question - Subtraction Formula Question [email protected] Excel Discussion (Misc queries) 3 May 5th 06 05:50 PM
If Formula Question carl Excel Worksheet Functions 2 February 8th 06 09:08 PM


All times are GMT +1. The time now is 06:29 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"