Nested functions in a formula

DThib

Active Member
Joined
Mar 19, 2010
Messages
464
Office Version
  1. 365
Platform
  1. Windows
Hello all,

I have a formula I have worked out that needs one more item.
It pulls only unique values from a list. I want it to also display on the list from that column the Sample IDs that show up with a C to start their ID. The list contains other information I do not want in this list.
Here is the formula below. It goes in the column that displays the results.

Code:
=IFERROR(INDEX('Run Data'!$B$18:$B$5000,MATCH(0, FREQUENCY(IF(EXACT('Run Data'!$B$18:$B$5000,TRANSPOSE($A$2:A2)), MATCH(ROW('Run Data'!$B$18:$B$5000),ROW('Run Data'!$B$18:$B$5000)), ""), MATCH(ROW('Run Data'!$B$18:$B$5000),ROW('Run Data'!$B$18:$B$5000))), 0)), "")

Any help of how to modify, thanks in advance.

DThib
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.

Forum statistics

Threads
1,214,998
Messages
6,122,639
Members
449,093
Latest member
Ahmad123098

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