R
Roger Mount
My department uses an Excel spreadsheet to capture daily Request Fo
Quotes (RFQ) from Customers.
Each RFQ entry requires Customer Name, Customer RFQ Number, Dat
Received, Date Completed, Quantity, Unit Price, Total Dollars, an
other fields.
Each month our Department provides management with a report tha
summarizes the number of bids, days in Estimating, Bids valued ove
$100,000, the average response time in days, and other data.
Is there a way to formulate a running summary of each customer entr
that grows with each new entry? I currently apply a number of "If" an
"Count" formulas for the known range of bids from the beginning to th
end of each month. I would like to capture the same thing automaticall
as the database grows entry by entry so that at the end of the mont
the report is automatically done.
As an example...
#---Cust.------Date in----Date out----Qty---Price-----Total-----Days
1----ABC Co---11/1/03---11/5/03-----100-----$5.00---$500-----4
2----XYZ Co---11/1/03---11/6/03-----1000----$2.00---$2000----5
3----2-------------------------------------------------$2500---4.5
Where line 3 automatically summarizes the data above it. When Line 3 i
overwritten then Line 4 automatically summarizes the data above it
(Days is a formula used for each line entry)
Quotes (RFQ) from Customers.
Each RFQ entry requires Customer Name, Customer RFQ Number, Dat
Received, Date Completed, Quantity, Unit Price, Total Dollars, an
other fields.
Each month our Department provides management with a report tha
summarizes the number of bids, days in Estimating, Bids valued ove
$100,000, the average response time in days, and other data.
Is there a way to formulate a running summary of each customer entr
that grows with each new entry? I currently apply a number of "If" an
"Count" formulas for the known range of bids from the beginning to th
end of each month. I would like to capture the same thing automaticall
as the database grows entry by entry so that at the end of the mont
the report is automatically done.
As an example...
#---Cust.------Date in----Date out----Qty---Price-----Total-----Days
1----ABC Co---11/1/03---11/5/03-----100-----$5.00---$500-----4
2----XYZ Co---11/1/03---11/6/03-----1000----$2.00---$2000----5
3----2-------------------------------------------------$2500---4.5
Where line 3 automatically summarizes the data above it. When Line 3 i
overwritten then Line 4 automatically summarizes the data above it
(Days is a formula used for each line entry)