I have a x-cel table like this
work order mmyyyy expenditure
101 200201 150.00
102 200201 165.00
103 200202 185.00
for every mmyyyy we have many work orders with different expenditures.
I need to find out the number of workorders in each month having following criteria
0<expenditure<1000
1000<expenditure<5000
5000<expenditure<10000 and so on
I am using IF function to insert values on a new column and use Pivot table to get the required information Can I get the results directly only by using pivot table and modifying the column field to suit my criteria
for eg in pivot table layout instead of using "expenditure" use "expenditure<1000"
Any help would be very much appreciated
Gnanas
work order mmyyyy expenditure
101 200201 150.00
102 200201 165.00
103 200202 185.00
for every mmyyyy we have many work orders with different expenditures.
I need to find out the number of workorders in each month having following criteria
0<expenditure<1000
1000<expenditure<5000
5000<expenditure<10000 and so on
I am using IF function to insert values on a new column and use Pivot table to get the required information Can I get the results directly only by using pivot table and modifying the column field to suit my criteria
for eg in pivot table layout instead of using "expenditure" use "expenditure<1000"
Any help would be very much appreciated
Gnanas