days outstanding

DLRollings

New Member
Joined
Dec 19, 2014
Messages
6
Column C Column D Column E Column F
Date Commenced To be Completed by Days Outstanding Date Completed
30/06/2015 14/07/2015 #VALUE! 29/07/2015


The above is an example, I am trying to input a formula so that Days Outstanding is calculated using (Example) =IF(F3,"",TODAY()-C3) this works fine but I want the days outstanding figure to remain static if the date completed feed is complete. I have tried =IF(F3,"",TODAY()-C3),IF(F3>0,F3-C3) but this gives me #VALUE!

Can someone tell me what I am doing wrong??

Thanks in advance.

Dominic
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
may be this

=IF(ISBLANK(F3),TODAY()-C3,F3-C3)
 
Upvote 0

Forum statistics

Threads
1,213,489
Messages
6,113,953
Members
448,535
Latest member
alrossman

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