View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dan gibbs Dan gibbs is offline
external usenet poster
 
Posts: 1
Default 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!!!