B
Brett T. Burtner
Please help. I have an old Excel spreadsheet my company has asked me to
analyze data from. I need to look at the following fields:
[Serial Number]
[Date]
analyze data from. I need to look at the following fields:
[Serial Number]
[Date]
Code:
[Deposit]
[Rent]
For each [Serial Number], I need to find the most recent [Date] entered
where [Code] equals "SV".
Then, once I've found the most recent [Date], I need to calculate how much
to send a bill for each Serial Number fitting the above criteria, using the
following equation:
(((TodaysDate)-([Date])*[Rent])-[Deposit])
Please help!