t0aster_uk
New Member
- Joined
- Dec 23, 2004
- Messages
- 6
Hi,
I am sure there is a simple way to do this but i cannot think of it, or find it using a search
basically i have a load of columns whose cells contain one of two values either true or false. I need to come up with a formula that will check an entire column
and if any of the cells contain "true" then return true, or if none of the columns contain "true" then return False. this is for working with intollerance data...
I tried using if with an array but it doesnt seem to work as planned:
{=IF(R7:R30="TRUE","TRUE","FALSE")}
Thanks
T0aster_uk
I am sure there is a simple way to do this but i cannot think of it, or find it using a search
basically i have a load of columns whose cells contain one of two values either true or false. I need to come up with a formula that will check an entire column
and if any of the cells contain "true" then return true, or if none of the columns contain "true" then return False. this is for working with intollerance data...
I tried using if with an array but it doesnt seem to work as planned:
{=IF(R7:R30="TRUE","TRUE","FALSE")}
Thanks
T0aster_uk