Dale Thompson
New Member
Hey Guys,
I have a spreadhseet that we use at work to automatically process current sales data and gives a score based on that data, the data is pulled from an external sales report.
I use the "VLOOKUP" to acertain the data used for each section.
The report changes its value based on the year and month.
EG of the FORMULA -
=IF(A8=ISBLANK(""),"",VLOOKUP(A8,LINK TO EXTERNAL BOOK [1311 Sales Partners Nov (I).xlsm]Team Performance'!$F$5:$DT$808,6,FALSE))
The Report for Dec Will be [1312 Sales Partners Dec (I).xlsm
I have manged to create a cell that will give me the correct link every month.
It automaticaly updates, but I cant seem to get the text itself or even a cellrefernce to work within the vlook up formula.
I want the highlighted section to update with the month so I dont have to ctrl+F it every month.
=IF(A8=ISBLANK(""),"",VLOOKUP(A8,LINK TO EXTERNAL BOOK [1311 Sales Partners Nov (I).xlsm]Team Performance'!$F$5:$DT$808,6,FALSE))
I have a spreadhseet that we use at work to automatically process current sales data and gives a score based on that data, the data is pulled from an external sales report.
I use the "VLOOKUP" to acertain the data used for each section.
The report changes its value based on the year and month.
EG of the FORMULA -
=IF(A8=ISBLANK(""),"",VLOOKUP(A8,LINK TO EXTERNAL BOOK [1311 Sales Partners Nov (I).xlsm]Team Performance'!$F$5:$DT$808,6,FALSE))
The Report for Dec Will be [1312 Sales Partners Dec (I).xlsm
I have manged to create a cell that will give me the correct link every month.
It automaticaly updates, but I cant seem to get the text itself or even a cellrefernce to work within the vlook up formula.
I want the highlighted section to update with the month so I dont have to ctrl+F it every month.
=IF(A8=ISBLANK(""),"",VLOOKUP(A8,LINK TO EXTERNAL BOOK [1311 Sales Partners Nov (I).xlsm]Team Performance'!$F$5:$DT$808,6,FALSE))
Last edited: