Thread: Vlookup Help
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tkawika Tkawika is offline
external usenet poster
 
Posts: 3
Default Vlookup Help

I have an expense report I am trying to make stupid simple for my employees.
I have a worksheet called €śDetailed Expense€ť they fill out. They input
their expenses and cost- code them. I have figured out a way to calculate
the total for each code selected (probably not the most efficient way) but
that works. I have another worksheet called €śFinal Expense Report€ť. This
sheet has the totals for all codes in their appropriate categories. (ie:
Travel, Mileage, Hotels, Meals, Airfare, Per Diem) The issue : people
multiple have / work on multiple projects, they could potentially have four
different cost codes for Airfare. Each cost code used and its total must be
listed on the €śFinal Expense Report.€ť Totaling all the airfare codes is easy.
However, having each airfare code auto-populate in the final separate code
totals on the €śFinal Expense Report€ť has thrown me for a loop. I could just
put all the Cost Codes on the sheet and then have the total, but I dont want
to put 300 Cost Codes on the €śFinal Expense Report€ť€¦
Any help is appreciated..