Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 37
Default vlookup or other?

I want to return a value that is most distant from another value as in either
a postive or negative direction (higher or lower than fixed value.

In real life, 37 degrees celsius is normal body temperature.

I have 2 columns of data (Column C and D) where I have the highest and
lowest body temp values of the day. But want to return whichever one is
furthest from 37 degrees.

So if C2 has 38.6 and D2 has 33.6, I'd want to return 33.6.

If the temperatures are evenly different from 37.0 degrees (e.g. 36.0 and
38.0), then I'd want to return the lower one (though that is less critical).

with respect to C2 and D2, there is no order to temp (either higher or lower
of 2 temps may go first).

Help is appreciated.

anand
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default vlookup or other?

=IF(ABS(C2-37)<ABS(D2-37),D2,IF(ABS(D2-37)<ABS(C2-37),C2,MIN(C2,D2)))
--
David Biddulph

"anand" wrote in message
...
I want to return a value that is most distant from another value as in
either
a postive or negative direction (higher or lower than fixed value.

In real life, 37 degrees celsius is normal body temperature.

I have 2 columns of data (Column C and D) where I have the highest and
lowest body temp values of the day. But want to return whichever one is
furthest from 37 degrees.

So if C2 has 38.6 and D2 has 33.6, I'd want to return 33.6.

If the temperatures are evenly different from 37.0 degrees (e.g. 36.0 and
38.0), then I'd want to return the lower one (though that is less
critical).

with respect to C2 and D2, there is no order to temp (either higher or
lower
of 2 temps may go first).

Help is appreciated.

anand



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Vlookup in vlookup - taking the result as array name SupperDuck Excel Worksheet Functions 2 June 2nd 07 11:05 AM
Combine VLOOKUP and IF function so #NA isn't returned as a value from VLOOKUP buffgirl71 Excel Discussion (Misc queries) 12 November 14th 06 11:36 PM
Vlookup -=VLOOKUP(F9,LookUp1!$A$2:$B$1504,2,FALSE) MikeR-Oz New Users to Excel 1 March 22nd 06 09:01 AM
IF(AND(val1=VLOOKUP( );val2>=VLOOKUP( );val2<=VLOOKUP( );VLOOKUP( Oso Excel Worksheet Functions 2 January 26th 05 06:56 AM
Vlookup info being used without vlookup table attached? Excel Worksheet Functions 0 January 25th 05 10:43 AM


All times are GMT +1. The time now is 12:12 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"