lookup based on mult. criteria

M

matt

i am trying to run a lookup that will pull all bank
transactions for a given account in a given state in a
given month. based on these criteria, i will need to pull
up all of the transaction details. thanks for the help.
matt
 
D

Don Guillett

A lot more info would be helpful. If you just want a total use
=sumproduct(month(rngA)=2)*(rngB="TX")*rngC)

if it is a database use the autofilter or advanced auto filter
look under data>filter
or use a pivot table
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top