Sequence true or false

James Clear

Board Regular
Joined
Jul 12, 2021
Messages
139
Office Version
  1. 365
  2. 2016
  3. 2013
  4. 2010
Platform
  1. Windows
I would like to have answer other than v lookup

If sequence is 01111 - False , 10111- false, 11111- True , 11011 - false
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
Did you try the corrected
This is testing result at my end, in fact my formula match 100%, but Rick's got 4 fails
Apparently, I had formatted all the data cells in Column A as Text and that is why my formula worked for me but not for you.

EDIT NOTE: Stephen beat me to it by seconds;) with the same reasoning. It did not occur to me that someone would intermittently mix the two formats.
 
Upvote 0
It did not occur to me that someone would intermittently mix the two formats.
Yes, the post marked as the solution returns FALSE for the string '01100, for example, when the required result is TRUE.
But for the numeric 1100 it will return TRUE.
 
Upvote 0
Yes, the post marked as the solution returns FALSE for the string '01100, for example, when the required result is TRUE.
But for the numeric 1100 it will return TRUE.
Hi, Actually just to show on the screen I had to Put ' sign before zero like '0
 
Upvote 0

Forum statistics

Threads
1,225,477
Messages
6,185,210
Members
453,283
Latest member
Shortm88

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