#VALUE! Displaying instead of " "

Chris Waller

Board Regular
Joined
Jan 18, 2009
Messages
183
Office Version
  1. 365
Platform
  1. Windows
Good Afternoon All,

I wonder if someone could point me in the right direction with a formula that returns #VALUE! when the formula is not True. The formula I have is: =IF(day(B71)=3,"Queen's Platinum Jubilee",""). So when B71 doesn't equal 3, I'd rather display a blank cell rather than the #VALUE! message. TIA
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
You could use:

Excel Formula:
=IFERROR(IF(day(B71)=3,"Queen's Platinum Jubilee",""),"")
 
Upvote 0
You could use:

Excel Formula:
=IFERROR(IF(day(B71)=3,"Queen's Platinum Jubilee",""),"")
RoryA,

That was brilliant. Thanks so much for the prompt response. That has saved me so much time and effort.

Thanks again.
 
Upvote 0
RoryA,

Can I ask a supplementary question? Now that you have helped me with my virtual calendar, I am wondering what is the best way to automatically hide the row when the year in cell F1 doesn't equate to 2022/2023? I have password protected the Spreadsheet to protect the formulae, however, row 71 which contains the extra bank holiday for the Queen's Platinum Jubilee does not need to be visible in any other year.

TIA
 
Upvote 0

Forum statistics

Threads
1,223,246
Messages
6,170,996
Members
452,373
Latest member
TimReeks

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top