Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I really really really need help on this one...in my excel sheet, I
have to sheets, one is called Data and the other is extract. In the "data" sheet, I have about 764 lines in Column D with store numbers, in the "extract" sheet, I have up to 19165 rows of data. These data contains the stores in the "data"sheet, which shows a list of lines that the stores has done planning for, this is identified by the forumala =IF(I10=J10,"Unreviewed","Reviewed"). Each store has around 1000 lines. What I need to know is can I do a vlookup in the "Data" sheet where it will look up in "extract" and count the total number of lines "Unreviewed" and display next to the store numbers in the "data" sheet....I hope i make sense...please help me...thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
try:
=SUMPRODUCT(--(Data!$A$2:$A$19165=D2),--(Data!$C$2:$C$19165="Unreviewed")) Column A of Data contains Store ID and C contains "Unreviewed" D2 (in Extract) is Store ID Copy formula down. "Gor_yee" wrote: I really really really need help on this one...in my excel sheet, I have to sheets, one is called Data and the other is extract. In the "data" sheet, I have about 764 lines in Column D with store numbers, in the "extract" sheet, I have up to 19165 rows of data. These data contains the stores in the "data"sheet, which shows a list of lines that the stores has done planning for, this is identified by the forumala =IF(I10=J10,"Unreviewed","Reviewed"). Each store has around 1000 lines. What I need to know is can I do a vlookup in the "Data" sheet where it will look up in "extract" and count the total number of lines "Unreviewed" and display next to the store numbers in the "data" sheet....I hope i make sense...please help me...thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
countif w/vlookup | Excel Discussion (Misc queries) | |||
vlookup and countif??? | Excel Worksheet Functions | |||
Excel Forumla (vlookup problem) | Excel Discussion (Misc queries) | |||
Countif or Vlookup | Excel Worksheet Functions | |||
Forumla Help!countif?IF?If(AND? if(OR? | Excel Discussion (Misc queries) |