Hi all,
Should be a nice easy one for you experts, i'm trying to do more than 7 IF statements and I understand I need to use Concatenate to get this to work.. however its not working for some reason! Formula is as below
=CONCATENATE(IF(A2="Compaq 2510p",(TODAY()-$K$2)/365.25,IF(A2="Compaq 6730b",(TODAY()-$K$3)/365.25,IF(A2="Compaq 6910p",(TODAY()-$K$4)/365.25,IF(A2="Compaq 6930p",(TODAY()-$K$5)/365.25,IF(A2="Compaq dc7100",(TODAY()-$K$6)/365.25,IF(A2="Compaq dc7600",(TODAY()-$K$7)/365.25,IF(A2="Compaq dc7700",(TODAY()-$K$8/365.25)))))))))
The minute I add another IF statement it just errors. Any ideas?
Thanks so much!
Should be a nice easy one for you experts, i'm trying to do more than 7 IF statements and I understand I need to use Concatenate to get this to work.. however its not working for some reason! Formula is as below
=CONCATENATE(IF(A2="Compaq 2510p",(TODAY()-$K$2)/365.25,IF(A2="Compaq 6730b",(TODAY()-$K$3)/365.25,IF(A2="Compaq 6910p",(TODAY()-$K$4)/365.25,IF(A2="Compaq 6930p",(TODAY()-$K$5)/365.25,IF(A2="Compaq dc7100",(TODAY()-$K$6)/365.25,IF(A2="Compaq dc7600",(TODAY()-$K$7)/365.25,IF(A2="Compaq dc7700",(TODAY()-$K$8/365.25)))))))))
The minute I add another IF statement it just errors. Any ideas?
Thanks so much!