Hello all,
I'm getting a #Value! error in the column "Result." Does anyone know what's the correct way to fix it? The formula evaluator is showing that the dates are where the error is occurring. I thought if the dates match, result should show 1, if not then 0.
I'm getting a #Value! error in the column "Result." Does anyone know what's the correct way to fix it? The formula evaluator is showing that the dates are where the error is occurring. I thought if the dates match, result should show 1, if not then 0.
SumProduct Error.xlsx | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | |||
1 | Column1 | Column2 | Column3 | Result | Column1 | Column2 | Column3 | Extracted Date | |||
2 | 1 | A | 1/1/2021 | #VALUE! | 1 | A | SomeText 01/01/2021 On Text | 1/1/2021 | |||
3 | 2 | B | 1/2/2021 | #VALUE! | 3 | C | SomeText 01/02/2021 On Text | 1/2/2021 | |||
4 | 3 | C | 1/3/2021 | #VALUE! | 4 | D | SomeText 01/04/2021 On Text | 1/4/2021 | |||
5 | 4 | D | 1/4/2021 | #VALUE! | 6 | F | Mr. Excel | #VALUE! | |||
6 | 5 | E | 1/5/2021 | #VALUE! | 7 | G | #VALUE! | ||||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
D2:D6 | D2 | =SUMPRODUCT(--(Table2[Column1]=[@Column1]),--(Table2[Column2]=[@Column2]),--(Table2[Extracted Date],[@Column3])) |
I2:I6 | I2 | =DATEVALUE(MID([@Column3],SEARCH(" On ",[@Column3])-10,10)) |