Elapsed Time formula

firstWeMeet

Board Regular
Joined
Feb 8, 2011
Messages
200
Hi, I would like to know if there is a formula that will remind the user about time if its elapsed to the due date time?
example if I have (Date Issued) A1=9/1/2011 and (Due Date) B1=9/20/2011 will formulate the A1 to Today time and will remind the user that the time elapsed more than the due date. for my example, I ask for a formula that will remind user that elapsed time is 3 days already. since our date today is 9/24/2011.
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
Hi, I would like to know if there is a formula that will remind the user about time if its elapsed to the due date time?
example if I have (Date Issued) A1=9/1/2011 and (Due Date) B1=9/20/2011 will formulate the A1 to Today time and will remind the user that the time elapsed more than the due date. for my example, I ask for a formula that will remind user that elapsed time is 3 days already. since our date today is 9/24/2011.

Hi,

I cant understand when you want the elapsed time would be calculated from due date then what's the significance of A1 in the formula.

In other way you may use

In C1 you can use this formula:
=IF(TODAY()<=B1,"",((TODAY()-B1)-1))
 
Upvote 0

Forum statistics

Threads
1,224,600
Messages
6,179,834
Members
452,947
Latest member
Gerry_F

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