Find first row where values are not identical in all columns

Pigankle

New Member
Joined
Apr 18, 2011
Messages
32
A
B
C
1
7/25
4.1
4.1
2
7/26
5.09
5.09
3
7/27
5.00
5.00
4
7/28
4.88
4.88
5
7/29
4.76
5.10
6
7/30
4.79
5.02

<tbody>
</tbody>

I have time series data that looks something like this. Values are identical across any row, up to some variable number of days in the future. After that, they are different in all columns. I would like a formula that will return the date corresponding to the first row in which not all cells are the same. For the sample data above, I would want the formula to return "7/29", since that is the value in column A for the first row in which columns B and C do not match.

I can kludge this by making another column that tests whether cells B# and C# match, then searching for the first "False.", but for a few reasons, that would not be an elegant solution. Can anyone help me out with a single-cell solution to this? It seems like there must be a way to do this with some crafty array formula and a couple of "match" arguments, but it is over my head.
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".

Forum statistics

Threads
1,215,501
Messages
6,125,169
Members
449,212
Latest member
kenmaldonado

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