anonymous
2009-03-13 10:42:47 UTC
A
1 CAT
2 CAT
3 DOG
4 DOG
I need it to return the text of the cell location of A2 - when cats no longer appear any more.
So in the formula box that is reading in the array of all the contents of the A row, it knows to stop reading after it hits a non-CAT cell and simply say "A2" in the result.
The answer is going to have something to do wtih an IF statement (to determine if its a cat or not), and then finally a way to address/refernce the cell that it happened in so I can use that cell location to create a range w/ my other formulas.