Here is my table. I want to return the minimum value from column A in column C only if the values in Column B are equal. Also, I want to highlight the value in column A after it is returned in column C.
Interesting that this question has been sitting on the forum so long. The formula challenge guys would absolutely smash this problem in no time and Mmmm here they come.... I am just saying Peeps… Here is an interim solution, if I could find a way to just avoid the If statement it would be a neat little package.
No , I am not in the big league ! And I think the experts are not going to visit this part of the forum for some time ; not until they have a solution to Lori's latest challenge !
You are big enough mate. Still the forum is very quiet today. I thought maybe a few were sitting on something and would have waded in by now. Speaking of wading in, it would be nice if Westend moseyed in but international time lines may be an issue here.
Time zones are the reason , I think ; here in India , it's just 8 in the morning ; it's been drizzling all night , and schools have declared a holiday. Looks like it will rain the whole of today.
@Smallman
Hi!
Iluminated by NARYANK991 lights (I'm not gonna say that I just copied), here's a 4 char less than his and 7 char less than yours variant:
=IF(A2=MIN(IF(B$2:B$10=B2,A$2:A$10)),A2,"")
And technically it isn't cheating! :D
Regards!