Forum Discussion

tbitticks's avatar
tbitticks
Copper Contributor
Jul 18, 2024

ISBLANK not returning correct result

this is the formula in D6: =IF(ISBLANK('Row from SPOTR'!R3),"",'Row from SPOTR'!R3)   this is the formula in D7 =IF(ISBLANK(D6),"",IF(D6>=0.26,200,IF(D6>=24%,100,IF(D6>=21%,25,IF(D6>=0%,0)))))  ...

Resources