Calculating Days past a suspense date

ozzborn

Board Regular
Joined
Sep 14, 2011
Messages
84
Office Version
  1. 365
  2. 2019
  3. 2016
Platform
  1. Windows
I am using Windows Vista and Excel 2007<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p>
<o:p></o:p>
I am building a basic spreadsheet to track projects against given suspense’s. <o:p></o:p>
<o:p></o:p>
In cell J3 I am trying to create a formula that will report days past a given date in cell H3.<o:p></o:p>
<o:p></o:p>
Formula currently is "=Today()-H3"<o:p></o:p>
<o:p></o:p>
this reports days past the given date. However, before the suspense arrives it reports negative days as a countdown to the suspense. I want the formula to report 0 until 1 day past the suspense. <o:p></o:p>
<o:p></o:p>
I have tried incorporating;<o:p></o:p>
<o:p></o:p>
=MAX(0,J3), =IF(J3<0,0, J3) and custom formatting in the cell. Nothing has worked. <o:p></o:p>
<o:p></o:p>
What am I doing wrong? <o:p></o:p>
<o:p></o:p>
Thank you<o:p></o:p>
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
Barry thank you it worked. VoG will try yours as well.
 
Upvote 0

Forum statistics

Threads
1,224,592
Messages
6,179,777
Members
452,942
Latest member
VijayNewtoExcel

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