ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   aging category calculation for open purchase order report in Excel (https://www.excelbanter.com/excel-worksheet-functions/219519-aging-category-calculation-open-purchase-order-report-excel.html)

Dan gibbs

aging category calculation for open purchase order report in Excel
 
Hi,

i want to create a report in excel 2007 that allows me to allocate a 'group'
(embedded in the formula) in a single column how old a particular line on a
purchase order is. Here is some sample data with the expected results;

PO Age
91
30
-4
52

the groups a Future (less than zero, 0-30,31-60,61-90,90+)

Expected Results:
PO Age AGE
91 90+
30 0-30
-4 FUTURE
52 31-60

THANKS in advance!!!

Khoshravan

aging category calculation for open purchase order report in Excel
 
I couldn't understand what are you intending to do.
Could please give more explanation?
--
R. Khoshravan
Please click "Yes" if it is helpful.


"Dan gibbs" wrote:

Hi,

i want to create a report in excel 2007 that allows me to allocate a 'group'
(embedded in the formula) in a single column how old a particular line on a
purchase order is. Here is some sample data with the expected results;

PO Age
91
30
-4
52

the groups a Future (less than zero, 0-30,31-60,61-90,90+)

Expected Results:
PO Age AGE
91 90+
30 0-30
-4 FUTURE
52 31-60

THANKS in advance!!!


Herbert Seidenberg

aging category calculation for open purchase order report inExcel
 
Excel 2007
Pivot Table, Odd Groups
http://www.mediafire.com/file/2erztyzim33/02_06_09.xlsx



Ashish Mathur[_2_]

aging category calculation for open purchase order report in Excel
 
Hi,

In range D7:E10, enter data as follows

0 0-30
31 31-60
61 61-90
91 90+

Now assuming you have 91,30,-4,52 entered in D14:D17, enter the following
formula in cell E14 and copy downwards

=IF(D14<0,"Future",VLOOKUP(D14,$D$7:$E$10,2))


--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"Dan gibbs" <Dan wrote in message
...
Hi,

i want to create a report in excel 2007 that allows me to allocate a
'group'
(embedded in the formula) in a single column how old a particular line on
a
purchase order is. Here is some sample data with the expected results;

PO Age
91
30
-4
52

the groups a Future (less than zero, 0-30,31-60,61-90,90+)

Expected Results:
PO Age AGE
91 90+
30 0-30
-4 FUTURE
52 31-60

THANKS in advance!!!




All times are GMT +1. The time now is 11:06 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com