View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
KrisDHolm KrisDHolm is offline
external usenet poster
 
Posts: 1
Default Lookup with 2 criteria?

I have a data tab with 3 columns.

A B C
date account $

There are probably 20,000+ rows of data. On a seperate tab I have a
reports tab that totals out the accounts I care about with the date
across the top.

A B C D
1 8/1/09 8/2/09 8/3/09
2account x
3account y


My question is how can I write a formula that totals this out for me
automatically. Currently I sort by date and I have to do a vlookup and
only name a range that has 1 date. I think there is a better way. Help
if we can.