Y
yutingkuo
My mobile operator lets me download a CSV file containing eac
call/SMS/data I made in the phone bill. I want to evaluate what m
phone costs will be if I chose a different price plan. The spreadshee
looks like:
| Type | Date | Time | Number | Duration | Cost |
Now I want to add extra cost columns each representing a differen
price plan. So it would look up the date/time to decide if it's
peak/offpeak/weekend tariff, extract the price from another tarif
table.
So at the bottom you can have the total monthly cost of each price pla
and decide which plan is the cheapest.
For now I can only see using VBA to go through each line and look u
the tariff table - would it be possible to use functions/filters etc..
to automatically calculate the cost
call/SMS/data I made in the phone bill. I want to evaluate what m
phone costs will be if I chose a different price plan. The spreadshee
looks like:
| Type | Date | Time | Number | Duration | Cost |
Now I want to add extra cost columns each representing a differen
price plan. So it would look up the date/time to decide if it's
peak/offpeak/weekend tariff, extract the price from another tarif
table.
So at the bottom you can have the total monthly cost of each price pla
and decide which plan is the cheapest.
For now I can only see using VBA to go through each line and look u
the tariff table - would it be possible to use functions/filters etc..
to automatically calculate the cost