Microsoft
Software
Hardware
Network
Question : Excel Formula to search 2 lists to produce a 3rd list
Excel:
I have 2 lists:
List 1:
Sydney
Melbourne
Adelaide
Hobart
Melbourne
Adelaide
Sydney
Melbourne
Adelaide
Perth
Perth
Melbourne
Adelaide
Sydney
Melbourne
List 2:
sydney
Melbourne
Adelaide
I need to write an excel formula that will use every string in list 2 and search for the number of instances in List 1 and produce a List 3 which will have something like:
List3:
sydney 3
Melbourne 5
Adelaide 4
Can anyone help?
Answer : Excel Formula to search 2 lists to produce a 3rd list
Try this: =IF(COUNTIF(A:A,B1)=0,"",C
ONCATENATE
(B1," ",COUNTIF(A:A,B1)))))
and drag down the little black box on the corner of the cell to populate as far as you need to go.
Random Solutions
Exchange 2010 - How to split users between databases
Linking MS Tables to calculate average of field
Access 2003: form with a subform - question about placing a vertical scroll bar... on main form....
Get records from last 7 days in access
Outlook express file corrupted
Change this Logon script to quer a txt file with machine names and do the same task.
How to Prevent tampering with table data?
How to forcefully apply the Group policy to all the computers in SBS 2008 environment ?
How to fix Windows bootup process
Access Report - Totalling group header calculation