J
Johnny
Hope someone can help: I’ve searched but can’t find a similar questio
so apologies in advance for repetition. This seems REALLY simple bu
I’m failing miserably!
Basically I’m designing a spreadsheet to track the performance of
customer’s network against a service level agreement. I’m trialling i
with 50 sites although it’ll be over 500 in total…. In column
(A2:A52) the names of the sites are listed. In column D (D252) th
site availability is listed.
I can find the lowest number fine by using =MIN(D252) but can I ad
something into a cell which will report the site from column A that th
lowest number corresponds to?
At a very basic level it’ll look something like this (but with straigh
columns!):
¦ A ¦ D ¦
1¦ Site ¦ Availability ¦
2¦ London ¦ 99.50 ¦
3¦ Paris ¦ 99.80 ¦
4¦ New York ¦ 99.90 ¦
5¦ Lowest Avail ¦ 99.50 ¦ - Calculated usin
=MIN(D24)
6¦ Lowest Site ¦ London ¦ - What would I use to ge
this automatically?
Any help would be appreciated
so apologies in advance for repetition. This seems REALLY simple bu
I’m failing miserably!
Basically I’m designing a spreadsheet to track the performance of
customer’s network against a service level agreement. I’m trialling i
with 50 sites although it’ll be over 500 in total…. In column
(A2:A52) the names of the sites are listed. In column D (D252) th
site availability is listed.
I can find the lowest number fine by using =MIN(D252) but can I ad
something into a cell which will report the site from column A that th
lowest number corresponds to?
At a very basic level it’ll look something like this (but with straigh
columns!):
¦ A ¦ D ¦
1¦ Site ¦ Availability ¦
2¦ London ¦ 99.50 ¦
3¦ Paris ¦ 99.80 ¦
4¦ New York ¦ 99.90 ¦
5¦ Lowest Avail ¦ 99.50 ¦ - Calculated usin
=MIN(D24)
6¦ Lowest Site ¦ London ¦ - What would I use to ge
this automatically?
Any help would be appreciated