Forum Discussion
Archie Alexander
May 26, 2018Copper Contributor
I need help creating a formula
I'm sure if this is do-able in excel, but what I would like to be able to do is pull a number from a master sheet which relates to a name (column A contains the name, column B contains the number) and enter the number next to the name in a new sheet or workbook. So basically I want the formula to recognise the name in the new sheet, find the corresponding name in the master sheet and enter the number in the adjacent column in the new sheet. I have attached an example. Any help would be hugely appreciated!
- Matt MickleBronze Contributor
Try using a vlookup formula (see attached .xlsx file):
=IFERROR(VLOOKUP(B2,Table1333463[[#All],[Horse]:[Master]],2,FALSE),"No Data")
Hope this helps!
- Archie AlexanderCopper Contributor
Amazing! Thanks so much Matt, exactly what I was after. Really appreciate your help.
- Matt MickleBronze ContributorMy pleasure, you're quite welcome. Glad you were able to get your issue sorted. Please feel free to post back to the community when ever you have another issue. Always happy to help.