Hi i have a spreadhseet that consists of 1000+ rows within the rows there are IF statements that checks specific range of cells for a value and then enteres a value of true or false.
For example:
-- removed inline image ---
I want the sheet to look at cells below until it gets to the row beginning with "2" and enter the if formula to detrmin if all the values show "0", value_if_true "Nothing Selected", otherwise leave cell blank. Currently I have to go down manually to each row beginning with 2 and enter the if formula and choose the cells blow till i get to the row beginning with 2 again. It is very time consuming and more and more rows keep getting added.
If there is an automatic way to do this that would be great, OR even an IF forumla that looks at a range rather than specifc cells.
An example of the Forumla i am currently using is: =IF(AND(N51=0,N52=0,N53=0,N54=0,N55=0),"Nothing Selected"," ")
Please help
thank you
For example:
-- removed inline image ---
I want the sheet to look at cells below until it gets to the row beginning with "2" and enter the if formula to detrmin if all the values show "0", value_if_true "Nothing Selected", otherwise leave cell blank. Currently I have to go down manually to each row beginning with 2 and enter the if formula and choose the cells blow till i get to the row beginning with 2 again. It is very time consuming and more and more rows keep getting added.
If there is an automatic way to do this that would be great, OR even an IF forumla that looks at a range rather than specifc cells.
An example of the Forumla i am currently using is: =IF(AND(N51=0,N52=0,N53=0,N54=0,N55=0),"Nothing Selected"," ")
Please help
thank you