J
Jamie
Hi all,
I'm hoping someone can help me. I have written the
following formula and it works exactly how I want it to.
=IF(OR(N7="")," ",IF(OR(N7=$IO$10),$IP$10,IF(OR
(N7=$IO$11),$IP$11,IF(OR(N7=$IO$12),$IP$12,IF(OR
(N7=$IO$13),$IP$13,IF(OR(N7=$IO$14),$IP$14,IF(OR
(N7=$IO$15),$IP$15)))))))
However, I need to add an extra two rows to the formula
but when I do exactly the same thing i.e
=IF(OR(N7="")," ",IF(OR(N7=$IO$10),$IP$10,IF(OR
(N7=$IO$11),$IP$11,IF(OR(N7=$IO$12),$IP$12,IF(OR
(N7=$IO$13),$IP$13,IF(OR(N7=$IO$14),$IP$14,IF(OR
(N7=$IO$15),$IP$15,IF(OR(N7=$IO$16),$IP$16)))))))
It tells me the formula I've typed contains an error. Why
is this? Is there a limit to the amount of OR functions
that you can use in one statement?
Any help would be very greatfully appreciated
Thanks in advance
Jamie
I'm hoping someone can help me. I have written the
following formula and it works exactly how I want it to.
=IF(OR(N7="")," ",IF(OR(N7=$IO$10),$IP$10,IF(OR
(N7=$IO$11),$IP$11,IF(OR(N7=$IO$12),$IP$12,IF(OR
(N7=$IO$13),$IP$13,IF(OR(N7=$IO$14),$IP$14,IF(OR
(N7=$IO$15),$IP$15)))))))
However, I need to add an extra two rows to the formula
but when I do exactly the same thing i.e
=IF(OR(N7="")," ",IF(OR(N7=$IO$10),$IP$10,IF(OR
(N7=$IO$11),$IP$11,IF(OR(N7=$IO$12),$IP$12,IF(OR
(N7=$IO$13),$IP$13,IF(OR(N7=$IO$14),$IP$14,IF(OR
(N7=$IO$15),$IP$15,IF(OR(N7=$IO$16),$IP$16)))))))
It tells me the formula I've typed contains an error. Why
is this? Is there a limit to the amount of OR functions
that you can use in one statement?
Any help would be very greatfully appreciated
Thanks in advance
Jamie