Quantcast
Channel: Active questions tagged excel - Stack Overflow
Viewing all articles
Browse latest Browse all 88854

How to identify just one lowest number under same category

$
0
0

So I have a table, e.g.

- Category / Price
- A / 500
- A / 200
- A / 200
- B / 1000
- B / 2000
- B / 1000

How to find just ONE lowest number under each category by excel formulas, or VBA (even there are 2 lowest value under same category)?

My expected outcome will be:

- Category / Price / CheckLowest
- A / 500 / 
- A / 200 / TRUE
- A / 200 / 
- B / 1000 / TRUE
- B / 2000 / 
- B / 1000 /

First time to ask question here. Thanks.


Viewing all articles
Browse latest Browse all 88854

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>