Formula help please :-)

SHARPY1

Board Regular
Joined
Oct 1, 2007
Messages
183
Hi all,

I have data columns G-I
as below

sensitive data removed

I would like a formula in column J that displays column I at next occurrence of sensitive data removed
so for example in cell J1 would = sensitive data removed
J2,J3,J4 would be the same also
J5 would = sensitive data removed
and so on...

Any help greatly appreciated
Cheers
 
Last edited by a moderator:
Try this array formula ( entered using Ctrl-Shift-Enter instead of Enter ):

=INDEX($I$1:$I$28,MIN(IF(G1:$G$28="...",ROW(G1:$G$28),9999)))
 
Last edited by a moderator:
Upvote 0
sensitive data removed

Works for so long, but then in cell J131 at top of screen displays
=INDEX($I$131:$I$5000,MIN(IF(G131:$G$5000="...",ROW(G131:$G$5000),9999)))

sensitive data removed

should be sensitive data removed

Any ideas?
Cheers
 
Last edited by a moderator:
Upvote 0
Yeah, you are pointing a range that starts in row 131 for the INDEX to fetch from, whereas I'm returning the row number. That's why my formula points at 1 here INDEX($I$1
 
Upvote 0

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