Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 12
Default IF STATEMENT including BLANK RESULT

I have the following IF Statement

=IF(O30<1000,"Have a Great Day!","Please pay Promptly")

Basically if cell O30 is less than $1000 the result will be Have a Great
Day; otherwise it will be "Please pay Promptly".

I would like to also add an option for if the cell is Blank that there be
nothing in the end result.

Currently it is always saying "Have a Great Day!"

Thanks in advance.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 36
Default IF STATEMENT including BLANK RESULT

=IF(O30="","",IF(O30<1000,"Have a Great Day!","Please pay Promptly"))


"Sondra" wrote in message
...
I have the following IF Statement

=IF(O30<1000,"Have a Great Day!","Please pay Promptly")

Basically if cell O30 is less than $1000 the result will be Have a Great
Day; otherwise it will be "Please pay Promptly".

I would like to also add an option for if the cell is Blank that there be
nothing in the end result.

Currently it is always saying "Have a Great Day!"

Thanks in advance.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,440
Default IF STATEMENT including BLANK RESULT

=IF(O3="","",IF(O30<1000,"Have a Great Day!","Please pay Promptly"))

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Sondra" wrote in message
...
I have the following IF Statement

=IF(O30<1000,"Have a Great Day!","Please pay Promptly")

Basically if cell O30 is less than $1000 the result will be Have a Great
Day; otherwise it will be "Please pay Promptly".

I would like to also add an option for if the cell is Blank that there be
nothing in the end result.

Currently it is always saying "Have a Great Day!"

Thanks in advance.


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
SUMIF result including values not specified in sum-range evans.notch.cabin Excel Worksheet Functions 3 January 30th 09 08:13 PM
referencing cells including an IF statement??? Helpme Excel Worksheet Functions 0 December 28th 06 09:57 PM
IF Statement, including AND Louise Excel Worksheet Functions 5 June 13th 06 03:42 PM
IF statement including BETWEEN simmerdown Excel Worksheet Functions 17 April 3rd 06 03:56 PM
IF statement when formula result is blank Bonnie Excel Worksheet Functions 2 September 1st 05 05:08 PM


All times are GMT +1. The time now is 08:48 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"