DSO Days Sales Outstanding

santhoshlk

Board Regular
Joined
Feb 6, 2006
Messages
206
Dear frnds...

I am looking for a simple tool to calculate the DSO (Days Sales Outstanding).

Can anyone help me...

I can come up with few ideas, but still need to get some guides from u huyz.

thanks in advance
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
oh my god...... such a simple formula made my day easier...

thanks a lot, let me continue in day calculation formula
 
Upvote 0
The EOMONTH part returns the last day of the month 2 months before the date in A5. Adding 1 (day) returns the first of the next month.
 
Upvote 0
thanks Andrew

pls find attached my latest... working on days calculation

pls refer the Example so u may get a clear picture

https://app.box.com/s/ifnlpvbljst9gsy038dl

is it possible to have this calculation in a single formula or in a VBA coding returning the value in a pop up window

thanks in advance, and still searching in net for a coding
 
Upvote 0
Does this work for you?

=IF(E5=0,0,ROUND((IF(C5,MIN(E5,C5)/C5,1)*B5)+(((E5-C5)>0)*IF(C6,(MIN((E5-C5),C6)/C6),1)*B6)+(((E5-SUM(C5:C6))>0)*IF(C7,(MIN((E5-SUM(C5:C6)),C7)/C7),1)*B7)+(((E5-SUM(C5:C7))>0)*IF(C8,(MIN((E5-SUM(C5:C7)),C8)/C8),1)*B8),0))
 
Upvote 0
Dear Andrew,

can u pls explain me how and logic this formula works, if i needed to modify in future

thanks in advance
 
Upvote 0

Forum statistics

Threads
1,215,247
Messages
6,123,853
Members
449,129
Latest member
krishnamadison

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