Workday formula - adjust for a zero occurrence

HWillis

Board Regular
Joined
Jun 18, 2009
Messages
62
Office Version
  1. 2016
Hi there,

I have a formula that calculates the KPI days from the date deemed adequate.

=IFERROR(WORKDAY([@[Date Allocated or Adequate]],[@[DPE KPI(working days)]],Holidays),"")............ returning the DPE KPI Target Date.

If the KPI working days (returned from a vlookup) happen to be zero I would like the DPE KPI Target Date column to be blank.

f6fcef589af41a2ff1e5c55e467d9476.png

f6fcef589af41a2ff1e5c55e467d9476

f6fcef589af41a2ff1e5c55e467d9476


Is there a way I can alter the formula above to do this??

Many thanks, H. :)
 
Last edited:

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
Hi,

You can turn off zero's in File/Options/Advanced - Scroll down to "Display options for this Sheet" - Un-tick "Show a zero in cells that have a zero value".
 
Upvote 0
Hi,

Thanks for your reply.

I am happy for the 0 to show - it's the date in the last column I would like to show as blank. It currently shows as the date @[Date Allocated or Adequate] as there are zero days added. This get confusing to users of the spreadsheet.

You may notice that the 'Northern KPI (days)' showing 7 - calculates to 9/9/2019 as I require.

Cheers, H. :)

 
Upvote 0
Ok try,

Northern KPI Days calculates to zero so you could use that;

=IF(Northern KPI Days=0,"",IFERROR(WORKDAY([@[Date Allocated or Adequate]],[@[DPE KPI(working days)]],Holidays),""))
 
Upvote 0
Awesome - thank you RasGhul :)



=IF([DPE KPI (working days)]=0,"",IFERROR(WORKDAY([@[Date Allocated or Adequate]],[@[DPE KPI (working days)]],Holidays),""))
 
Upvote 0

Forum statistics

Threads
1,214,376
Messages
6,119,179
Members
448,871
Latest member
hengshankouniuniu

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