L
Legacy 193062
Guest
How can a I sum a column of results that came from a VLOOKUP?
I have a column of cells that has this formula in it:
=IF(VLOOKUP($B$4&$A9&R$8,'Sheet1'!$J$2:$T$9998,11,FALSE)="OFF", "OFF", IF(VLOOKUP($B$4&$A9&R$8,'Daily Input'!$J$2:$T$9998,11,FALSE)="BR", "OFF", IF(VLOOKUP($B$4&$A9&R$8,'Sheet1'!$J$2:$T$9998,11,FALSE)="LU", "OFF", VLOOKUP($B$4&$A9&R$8,Table1[[Date and time]:[Compliance?]],12,FALSE))))
I get results like OFF and numerical values like 0, 1, 2, 3, and 4 from the formula above.
I want to sum the column to add up the numerical values but when I sum the column with the formula SUM, the result is 0.
I know I can copy and paste special values to get rid of the formulas and yes that works but I need to keep the formulas in place.
Any help would be appreciated.
I have a column of cells that has this formula in it:
=IF(VLOOKUP($B$4&$A9&R$8,'Sheet1'!$J$2:$T$9998,11,FALSE)="OFF", "OFF", IF(VLOOKUP($B$4&$A9&R$8,'Daily Input'!$J$2:$T$9998,11,FALSE)="BR", "OFF", IF(VLOOKUP($B$4&$A9&R$8,'Sheet1'!$J$2:$T$9998,11,FALSE)="LU", "OFF", VLOOKUP($B$4&$A9&R$8,Table1[[Date and time]:[Compliance?]],12,FALSE))))
I get results like OFF and numerical values like 0, 1, 2, 3, and 4 from the formula above.
I want to sum the column to add up the numerical values but when I sum the column with the formula SUM, the result is 0.
I know I can copy and paste special values to get rid of the formulas and yes that works but I need to keep the formulas in place.
Any help would be appreciated.