In ABCTable, column 4 are formulas example
0.8*(INDIRECT("G"&ROW())-200)
=VLOOKUP(K4,ABCTable,4,FALSE)
given condition of k4
, i would like to call up the formula and recalculate in my current sheet.
but currently i only call up text or value of (0.8*(INDIRECT("G"&ROW())-200))=-160
.
What can i do to make this work? Please help!