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

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -