I am using MS Query to get external data and return it to cells A94 through B100(column A is the return name column B is the return value)
My formula in cell A1 starts off like this:
=
IF(A94="Rutkowski",B94,
IF(A95="Rutkowski",B95,
IF(A96="Rutkowski",B96...