jamesdean1379
Board Regular
- Joined
- Jun 11, 2014
- Messages
- 55
Okay this one is a little tricky and i have been trying to play around with it but can't seem to get it to work correct. I have one workbook that i need to replace the cell values with another workbook.
example
Cell B3 on workbook A needs to look up on workbook B Column B and once found replaced with value of cell C on that row.
So it needs to take whats in cell B3 on workbook A and search Column B in workbook B and once found match need to replace cell B3 with what is in cell C on workbook B.
I realize this is going to be a huge code because i need it to do for all of column B in workbook A and i am not asking for the whole code, just how to go about it.
I was thinking of using a =if statement but couldn't get it to lookup and replace properly. Any help will be appreciated, if you need more information please ask and i will provide.
example
Cell B3 on workbook A needs to look up on workbook B Column B and once found replaced with value of cell C on that row.
So it needs to take whats in cell B3 on workbook A and search Column B in workbook B and once found match need to replace cell B3 with what is in cell C on workbook B.
I realize this is going to be a huge code because i need it to do for all of column B in workbook A and i am not asking for the whole code, just how to go about it.
I was thinking of using a =if statement but couldn't get it to lookup and replace properly. Any help will be appreciated, if you need more information please ask and i will provide.