Ionic
New Member
- Joined
- Feb 23, 2015
- Messages
- 4
#VALUE! started appearing when I slightly changed my formula.
From:
=IF((TODAY()-F3)-(IF(G3=$A$2,$A$6,IF(G3=$A$3,$A$7,IF(G3=$A$4,$A$8,IF(G3=$A$5,$A$8,"")))))>1,"Must Call",(TODAY()-F3)-(IF(G3=$A$2,$A$6,IF(G3=$A$3,$A$7,IF(G3=$A$4,$A$8,IF(G3=$A$5,$A$8,""))))))
To:
=(IF(H2=$A$2,VLOOKUP(D2,$A$10:$B$16,2,FALSE)))+(IF((TODAY()-G2)-(IF(H2=$A$2,$A$6,IF(H2=$A$3,$A$7,IF(H2=$A$4,$A$8,IF(H2=$A$5,$A$8,"")))))>0,"Must Call",(TODAY()-G2)-(IF(H2=$A$2,$A$6,IF(H2=$A$3,$A$7,IF(H2=$A$4,$A$8,IF(H2=$A$5,$A$8,"")))))))
Specifically the "Must Call" in red on the new formula is now giving #VALUE! error but i am not sure why it works in the top formula and not the bottom. The only thing difference in formula is the green portion. Any help or direction you could provide would be great.
From:
=IF((TODAY()-F3)-(IF(G3=$A$2,$A$6,IF(G3=$A$3,$A$7,IF(G3=$A$4,$A$8,IF(G3=$A$5,$A$8,"")))))>1,"Must Call",(TODAY()-F3)-(IF(G3=$A$2,$A$6,IF(G3=$A$3,$A$7,IF(G3=$A$4,$A$8,IF(G3=$A$5,$A$8,""))))))
To:
=(IF(H2=$A$2,VLOOKUP(D2,$A$10:$B$16,2,FALSE)))+(IF((TODAY()-G2)-(IF(H2=$A$2,$A$6,IF(H2=$A$3,$A$7,IF(H2=$A$4,$A$8,IF(H2=$A$5,$A$8,"")))))>0,"Must Call",(TODAY()-G2)-(IF(H2=$A$2,$A$6,IF(H2=$A$3,$A$7,IF(H2=$A$4,$A$8,IF(H2=$A$5,$A$8,"")))))))
Specifically the "Must Call" in red on the new formula is now giving #VALUE! error but i am not sure why it works in the top formula and not the bottom. The only thing difference in formula is the green portion. Any help or direction you could provide would be great.