Formula help

djs6025

New Member
Joined
Feb 6, 2012
Messages
40
Office Version
  1. 2016
Platform
  1. Windows
Hi Everybody,
I'm looking for a formula to look at duplicates in column A and return the lowest # in column D from those duplicates. I also need it to ignore the cells with "#N/A". The answer & formula will be in column E. Hopefully, I've explain that well enough. Below is a link to a screen shot I took for what I'm looking for. Thanks so much for your help.

https://imgur.com/a/Rp2Bc

Thanks,
Dan
 

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.
Hi,

take a look at this:


Book1
ABCDE
1LQP-H260272,81342,2342,23
2LQP-H260272,81344,3442,23
3LQP-H260272,813#N/A42,23
4LTP-L330420,36356,2253,29
5LTP-L330420,36353,2953,29
6LTP-L330420,36354,7853,29
7LTP-L330420,363#N/A53,29
8LLP-P210132,68220,2620,26
9LLP-P210132,68223,3820,26
10LLP-P210132,68223,3420,26
Sheet1
Cell Formulas
RangeFormula
E1{=MIN(IF(($A$1:$A$10=A1)*NOT(ISNA($D$1:$D$10)),$D$1:$D$10))}
Press CTRL+SHIFT+ENTER to enter array formulas.
 
Upvote 0
Thanks for the reply. Unfortunately, I couldn't get this to work. All the answers were either "0" or "#N/A".
 
Upvote 0

Forum statistics

Threads
1,215,129
Messages
6,123,210
Members
449,090
Latest member
bes000

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