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

Why can rails not find a route created by a helper? -

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -