Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 318
Default If formula = Nothing nothing

Hello Here is my formula =IF(B28="Master Agreement","Master Agreement is
valid for 3 years .","Blanket Agreement is for 1 year period. "). how do I
correct the formula so that if B28 is blank nothing shows. thanks

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,311
Default If formula = Nothing nothing

One way:

=IF(B28="","",IF("Master Agreement","Master Agreement is valid for 3 years
..","Blanket Agreement is for 1 year period. "))

HTH,
Paul

--

"Wanna Learn" wrote in message
...
Hello Here is my formula =IF(B28="Master Agreement","Master Agreement
is
valid for 3 years .","Blanket Agreement is for 1 year period. "). how do
I
correct the formula so that if B28 is blank nothing shows. thanks



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default If formula = Nothing nothing

Try this

=IF(B28="Master Agreement","Master Agreement is valid for 3 years .","")

Mike

"Wanna Learn" wrote:

Hello Here is my formula =IF(B28="Master Agreement","Master Agreement is
valid for 3 years .","Blanket Agreement is for 1 year period. "). how do I
correct the formula so that if B28 is blank nothing shows. thanks

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



All times are GMT +1. The time now is 11:01 PM.

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

About Us

"It's about Microsoft Excel"