excel - COUNTIF with VLOOKUP -


i have 2 sheets, 1 of contains user details , other order details so:

========user sheet========         =========order sheet=========              b      c                         b         c 1   userid | name | region         1 userid | ordernum |   date 2      12  |user a|   eu           2   12   |     1    |  mar-14 3      24  |user b|             3   24   |     2    |  apr-14 4      27  |user c|   eu           4   12   |     3    |  apr-14 

on sheet, i'd calculate number of orders specific region (user!c2:c4) , date (order!c2:c4).

i know possible adding further column order sheet vlookup, i'd prefer within countifs formula due amount of data in order sheet.

is possible?


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -