kincaidjosh
New Member
- Joined
- Feb 17, 2011
- Messages
- 14
I'm have 2 sheets of data, I used VLOOKUP to compare variances from each sheet, but i need a macro or IF function to past the data next to my value.
I'd like to solve for the following:
If cell A1's value (in sheet 1) is also found in sheet 2, paste that data in adjacent columns from sheet 1 to sheet 2
Sheet 1
A B C
John Smith 34
Sheet 2
A B C
John
Requirement:
Find missing data from sheet 1's column B&C & paste to sheet 2's Row A next to the value, 'John'.
Sheet 2
A B C
John Smith 34
I'd like to solve for the following:
If cell A1's value (in sheet 1) is also found in sheet 2, paste that data in adjacent columns from sheet 1 to sheet 2
Sheet 1
A B C
John Smith 34
Sheet 2
A B C
John
Requirement:
Find missing data from sheet 1's column B&C & paste to sheet 2's Row A next to the value, 'John'.
Sheet 2
A B C
John Smith 34