Depending on next cell value

Mike7

Board Regular
Joined
Dec 27, 2002
Messages
93
Hi.
In A2:AO101 I have numbers from 1 to 100
Please, help me to create a formula for AQ2 and down which would do following:
Look at the last cell of the range A2:AO2 which is AO2
then find the same value in that range (could be more than one or not present)
- return 0 if same value is not present in the row
- return 0 if the right side next value is < 41 at least one time
- return 1 if the right side next value is >40

Here are short examples:

12 67 43 2 86 43 90 7 3 77 15 31 67 22 43 78 55 - 0 (value 55 is present only in the last column)

75 6 37 91 65 49 6 82 22 32 76 32 75 87 11 99 6 - 0 ( found less than 41 value right after 6 (37))

53 29 8 61 53 1 16 98 29 53 41 37 52 33 19 61 61 - 1 ( all values right after 61 are greater than 40)

Thanks.
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
Sorry, forgot to mention
To return 1 the value in AO2 must be >40
so in 2-nd example - found less than 41 value right after 6 (37) an the value 6 itself is not greater than 40
 
Upvote 0

Forum statistics

Threads
1,203,610
Messages
6,056,291
Members
444,855
Latest member
archadiel

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