I need to change the formula below to look at all worksheets in another workbook the formula I'm using works but I need to change Free Standing to MySheets.
The formula has been shortened it usually looks at 10 other worksheets all with different names but all in same workbook (supplier master price list 25022017)
I have a workbook named Supplier Master Price List 25022017 which has a named range MySheets (which is all my worksheets)
The formula has been shortened it usually looks at 10 other worksheets all with different names but all in same workbook (supplier master price list 25022017)
Code:
=(ROUNDUP(IFERROR(VLOOKUP($E:$E,'C:\Users\ssloh_000\Documents\safe\[Supplier Master Price List 25022017.xlsm]Free Standing'!$C:$H,6,FALSE),"No Match"),2))
I have a workbook named Supplier Master Price List 25022017 which has a named range MySheets (which is all my worksheets)