Very complex formula required - Please help

aimeem13

New Member
Joined
Feb 14, 2014
Messages
3
=IF(ISERROR(INDEX('Portfolio Filtered for OS Funds'!$A$2:$C$6628,SMALL(IF('Portfolio Filtered for OS Funds'!$A$2:$A$5801=J$1,ROW('Portfolio Filtered for OS Funds'!$A$2:$A$5801)),ROW(3:3))-1,3)),"",INDEX('Portfolio Filtered for OS Funds'!$A$2:$C$6628,SMALL(IF('Portfolio Filtered for OS Funds'!$A$2:$A$5801=J$1,ROW('Portfolio Filtered for OS Funds'!$A$2:$A$5801)),ROW(3:3))-1,3))

Im using the above formula, with the array brackets.

However, I would like the formual to pick up the value in the "(INDEX('Portfolio Filtered for OS Funds'!$A$2:$C$6628" section, if this value is returns a yes, in the column of another sheet, so it equals yes in column D of sheet 'another list'

Please help, thanks.
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
sorry, to be clearer: If the value in the index bit equals Dog and dog equals yes in another sheet, dog will appear, if not leave blank, as in nothing will appear.
 
Upvote 0
Basically, i am looking to combine these formulas into one coloumn:

=IF(ISERROR(INDEX('Portfolio 31.01.14'!A2:C6173,SMALL(IF('Portfolio 31.01.14'!A2:A6173=J$1,ROW('Portfolio 31.01.14'!A2:A6173)),ROW(1:1))-1,3)),"",INDEX('Portfolio 31.01.14'!A2:C6173,SMALL(IF('Portfolio 31.01.14'!A2:A6173=J$1,ROW('Portfolio 31.01.14'!A2:A6173)),ROW(1:1))-1,3))

=IF(ISNA(VLOOKUP(J2,'Offshore List - Open'!A:D,4,0)),"",J2)
 
Upvote 0

Forum statistics

Threads
1,215,097
Messages
6,123,076
Members
449,094
Latest member
mystic19

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