K
Knight777
Hi all,
thanks in advance for your help. I'm using this formula:
=IF(C4=1,"20",IF(C4=2,"15",IF(C4=3,"12",IF(C4=4,"10",IF(C4=5,"7",IF(C4=6,"5",IF(C4=7,"4",IF(C4=8,"3","0"))))))))
But when I add one more check, I get an error. For example, this gives
me an error:
=IF(C4=1,"20",IF(C4=2,"15",IF(C4=3,"12",IF(C4=4,"10",IF(C4=5,"7",IF(C4=6,"5",IF(C4=7,"4",IF(C4=8,"3",IF(C4=9,"2","0")))))))))
I'm pretty sure I've got it setup correctly. Any ideas? Thanks!
thanks in advance for your help. I'm using this formula:
=IF(C4=1,"20",IF(C4=2,"15",IF(C4=3,"12",IF(C4=4,"10",IF(C4=5,"7",IF(C4=6,"5",IF(C4=7,"4",IF(C4=8,"3","0"))))))))
But when I add one more check, I get an error. For example, this gives
me an error:
=IF(C4=1,"20",IF(C4=2,"15",IF(C4=3,"12",IF(C4=4,"10",IF(C4=5,"7",IF(C4=6,"5",IF(C4=7,"4",IF(C4=8,"3",IF(C4=9,"2","0")))))))))
I'm pretty sure I've got it setup correctly. Any ideas? Thanks!