Halp! Halp! If You Are Super Proficient With Ms Excel Please Come Here And Help Me!, finding WHERE min is |
![]() ![]() |
Halp! Halp! If You Are Super Proficient With Ms Excel Please Come Here And Help Me!, finding WHERE min is |
Jan 14 2008, 12:41 AM
Post
#1
|
|
|
Junior Member ![]() ![]() Group: Full Member Posts: 8 Joined: 7-December 07 Member No.: 4,076 |
ok here is what i'm trying to do in ms excel.
say i have a table as follows Coln A Coln B Coln C 1Time "Power kW" "Power Factor" 2 50 0.9 3 60 0.8 4 100 0.6 5 300 0.7 6 70 0.5 7 90 0.1 I then go in a different cell foruma "=MIN(C2:C7)" that would give the minimum power factor, which in this case would be 0.1 I want to know what the power kW (Coln What forumla/method do I need to do this, as in get the cell next to the cell of min? Please help *begs* Thanks in advance excel wiz master. |
|
|
|
Jan 15 2008, 12:41 AM
Post
#2
|
|
|
Intermediate Member ![]() ![]() ![]() Group: Full Member Posts: 26 Joined: 5-November 02 From: Christchurch Member No.: 165 |
Bookworm
The best I can come up with is to use VLOOKUP, but you will have to reorder your table so that power factor is the first colum and then sort the table so that the power factor is in assending order. Like so PF TIME kW 0.1 6 90 0.5 5 70 0.6 3 100 0.7 4 300 0.8 2 60 0.9 1 50 then use VLOOKUP(MIN(A2:A7),A2:C7,3) this will return the value in colum 3 from the row of the array that has the value that is the minimum of the range A2:A7 The problem with this is that you have to sort the data, which I guess to want to avoid doing. |
|
|
|
![]() ![]() |
Similar Topics
| Topic Title | Replies | Topic Starter | Views | Last Action | |||
|---|---|---|---|---|---|---|---|
![]() |
2 | -Anonymous- | 677 | 21st October 2004 - 06:00 PM Last post by: marke |
|||
|
Lo-Fi Version | Time is now: 6th October 2008 - 02:25 PM |