Hi everyone,
my VLOOKUP formula in the Sheet1 is getting the value from the pivot table in the other sheet. The slicers from pivot table are located in the Sheet1. I'd like the content of the cell with the VLOOKUP formula to change each time the pivot table displaying different value (for instance, when the slicer with the employee name is selected)
do you know the way how to do it?
My formula: =IF(ISNA((VLOOKUP(M3,Sheet5!$A:$C,3,0))),0,(VLOOKUP(M3,Sheet5!$A:$C,3,0)))
Many thanks in advance!
my VLOOKUP formula in the Sheet1 is getting the value from the pivot table in the other sheet. The slicers from pivot table are located in the Sheet1. I'd like the content of the cell with the VLOOKUP formula to change each time the pivot table displaying different value (for instance, when the slicer with the employee name is selected)
do you know the way how to do it?
My formula: =IF(ISNA((VLOOKUP(M3,Sheet5!$A:$C,3,0))),0,(VLOOKUP(M3,Sheet5!$A:$C,3,0)))
Many thanks in advance!