Excel 2007 Difference between 2 dates showing as a negative number

KJ2607

New Member
Joined
Aug 28, 2013
Messages
36
Hi I'm having problems with the following formula:

ABC
Date OpenedDate ClosedTotal days to closeout
26/07/201313/08/201318
26/07/201319/08/201324
31/07/2013-41486
01/08/2013-41487

<tbody>
</tbody>

I want to copy the following formula in Column C all the way down: B2-A2 to work out the total amount of days it takes to close an issue out. However until I get a closure date, the formula shows a negative number - which is throwing off my average calculation at the end - any suggestions?
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
Thats Great Thanks VoG!!

If I was also looking to create a separate column to actually count he amount of days an issue was open before it was closed off, I had written the following formula:

=IF(ISBLANK (B2), Today()-A2, B2-A2) Which works well so long as I have a start date, However if I don't have a start date, the cell automatically fills in with some random number? Is there anyway to combine what you posted above with my current formula?
 
Upvote 0

Forum statistics

Threads
1,216,109
Messages
6,128,883
Members
449,477
Latest member
panjongshing

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