If formula = Nothing nothing

  • Thread starter Thread starter Wanna Learn
  • Start date Start date
W

Wanna Learn

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
 
One way:

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

HTH,
Paul
 
Try this

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

Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

hide code does not hide 2
dropdown unhide sheet 3
if the date 1
Please Help! 7
Avoiding #N/A 4
Pivot Table Comparisons in Excel 2007 2
Commission formula 6
Formula Adjustment 4

Back
Top