Johnnymartin
New Member
- Joined
- Sep 14, 2021
- Messages
- 6
- Office Version
- 365
- 2019
- 2016
- Platform
- Windows
Hi All,
Would greatly appreciate your help on a project I'm doing to help out a charity, I'm trying to upload their countywide Fire Risk assessments / training certs and other info but to be able to get it in a system I need the data in one cell (Column I in sheet1)
Current Structure:
Sheet1:
One line for each entry with an identifiable unique code, column I is where I need the solution to put the text into one cell:
Data structure:
Sheet 2:
I just need the solution to Vlookup the data from Sheet 2 in Cell G for each unique identifier into Sheet 1 in column I for the same identifier if this makes sense?!
Many thanks in advance
Jonathan
Would greatly appreciate your help on a project I'm doing to help out a charity, I'm trying to upload their countywide Fire Risk assessments / training certs and other info but to be able to get it in a system I need the data in one cell (Column I in sheet1)
Current Structure:
Sheet1:
One line for each entry with an identifiable unique code, column I is where I need the solution to put the text into one cell:
Data structure:
Identifier | B | C | D | E | F | G | H | I |
CP 1 | N/A | N/A | N/A | N/A | N/A | N/A | N/A | FRA John Smith FRA James Bland FRA Jim Smith |
CP 2 | N/A | N/A | N/A | N/A | N/A | N/A | N/A | MHT John Smith MHT James Bland MHT Jim Smith |
Sheet 2:
Identifier | B | C | D | E | F | G |
CP 1 | N/A | N/A | N/A | N/A | N/A | FRA John Smith |
CP 1 | N/A | N/A | N/A | N/A | N/A | FRA James Bland |
CP 1 | N/A | N/A | N/A | N/A | N/A | FRA Jim Smith |
CP 2 | N/A | N/A | N/A | N/A | N/A | MHT John Smith |
CP 2 | N/A | N/A | N/A | N/A | N/A | MHT James Bland |
CP 2 | N/A | N/A | N/A | N/A | N/A | MHT Jim Smith |
I just need the solution to Vlookup the data from Sheet 2 in Cell G for each unique identifier into Sheet 1 in column I for the same identifier if this makes sense?!
Many thanks in advance
Jonathan