Hi,
My spreadsheet is set up like this:
Test.xls
What I want to do is to find the highest temperature and pressure in each group, and copy this over to the green fields.
Is it also possible to copy the lowest and highest, so the result would be like "Min-Max" (60-90)?
I've tried using VLOOKUP where the range was found using ADDRESS but I couldn't get it to work.
Thanks in advance!!
Last edited by Stiansen; 02-10-2012 at 03:11 AM.
Try this in I5:
Confirmed by Ctrl-Shift-Enter rather than Enter only.=MAX(IF($A$2:$A$14=$H5,C$2:C$14))
Copy down and across
Click the star icon in left-corner of my post if you find my post userful!
Quang PT
quangphanidico@yahoo.com
PM me: Y!M: quangphanidico
For MIN-MAX in same cell:
CSE=MIN(IF($A$2:$A$14=$H5,C$2:C$14))&"-"&MAX(IF($A$2:$A$14=$H5,C$2:C$14))
Click the star icon in left-corner of my post if you find my post userful!
Quang PT
quangphanidico@yahoo.com
PM me: Y!M: quangphanidico
=MAX(IF($A$2:$A$14=$H5,C$2:C$14)) copied across and down
committed with Ctrl-Shift-Enter rather than just Enter
Regards, TMS
Thank you very much, didn't even think that Max/Min was a loop function even though they has to be! :P
You're welcome. Thanks for the rep.
If you are satisfied with the solution(s) provided, please mark your thread as Solved.
How to mark a thread Solved
Go to the first post
Click edit
Click Go Advanced
Just below the word Title you will see a dropdown with the word No prefix.
Change to Solved
Click Save
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks