Find highest Date

  • Thread starter Thread starter lunde
  • Start date Start date
L

lunde

Thought this was simple, but not for me ;)

I have a customer.xls sheet and an orders.xls sheet. What I need to find
is the highest purchase date for each customer in customers.xls looking
up into orders.xls. Lookup is based on email address which is unique.

Even more simple is to find number of orders for each customer. Here I
thought that a countif would do the trick, but it just returns "0" :(
 
This is an array formula that must be entered using ctrl+shift+enter
=MAX(IF(D2:D8="aaa",E2:E8))
 

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

Back
Top