Troubleshoot nested excel formula

Brock_Hardchest

New Member
Joined
Feb 23, 2018
Messages
27
Hello,

I am trying to make a formula that looks through a range of cells and returns any cell that does not contain the word ''FALSE". The range is 1 row and 10 columns. Right now the formula works as planned except the problem is that it only iterates through the first 4 cell columns and ignores the 6 after that.

The far left column is U and has the formula: =INDEX($V13:$AE13,1,MATCH(TRUE,INDEX($V13:$AE13<>FALSE,0),0)) which I filled down, as shown it returns "error" and "ddd" as they are in the first 4 columns but "why not column Z???" and the "INCORRECT ENTRY" cells are not returned by the formula. (also, the formula returns "FALSE" when it does not find a cell without "FALSE", this is fine with me for now). Any help is appreciated.


FALSEFALSEFALSEFALSEFALSEFALSEFALSEFALSEFALSEFALSEFALSE
error errorFALSEFALSEFALSEFALSEFALSEFALSEFALSEFALSEFALSE
dddFALSE dddFALSEFALSEFALSEFALSEFALSEFALSEFALSEFALSE
FALSEFALSEFALSEFALSEFALSEwhy not column Z???FALSEFALSEFALSEFALSEFALSE
FALSEFALSEFALSEFALSEFALSEINCORRECT ENTRYFALSEFALSEFALSEFALSEFALSE
FALSEFALSEFALSEFALSEFALSEFALSEFALSEFALSEFALSEFALSEFALSE
FALSEFALSEFALSEFALSEFALSEFALSEFALSEFALSEFALSEFALSEFALSE
FALSEFALSEFALSEFALSEFALSEFALSEINCORRECT ENTRYFALSEFALSEFALSEFALSE
FALSEFALSEFALSEFALSEFALSEFALSEFALSEFALSEFALSEFALSEFALSE
FALSEFALSEFALSEFALSEFALSEFALSEFALSEINCORRECT ENTRYFALSEFALSEFALSE

<tbody>
</tbody>
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
Brock_Hardchest, Good afternoon.

Here your formula is working perfectly!

"...that it only iterates through the first 4 cell columns and ignores the 6 after that...."
It's not true.
The formula works on all cells at the range $V13:$AE13.

Your formula finds the FIRST word/column different from FALSE.

Try to put some new word at AE13.
This demonstrates that your formula is working.

I hope it helps.
 
Upvote 0

Forum statistics

Threads
1,214,643
Messages
6,120,702
Members
448,980
Latest member
CarlosWin

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top