ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   which function can get the desired result? (https://www.excelbanter.com/excel-worksheet-functions/142136-function-can-get-desired-result.html)

ADK

which function can get the desired result?
 
Is there a function for this:

example:

cell B1 = 115
cell B2 = 120
cell B3 = 200

B1 thru B3 are variables that will change based on user input.
I want cell B4 to equal "CC" if B1 is closer to B2, but if B1 is closer to
B3 than B2, B4 will equal "C"

Any function(s) that can get this result?

Thanks



Sebation.G[_2_]

which function can get the desired result?
 
Hi try

=IF(B3-B1B2-B1,"C","CC")

--
Regards,

Sebation.G
"ADK" ...
Is there a function for this:

example:

cell B1 = 115
cell B2 = 120
cell B3 = 200

B1 thru B3 are variables that will change based on user input.
I want cell B4 to equal "CC" if B1 is closer to B2, but if B1 is closer to
B3 than B2, B4 will equal "C"

Any function(s) that can get this result?

Thanks





Teethless mama

which function can get the desired result?
 
=IF(ABS(B2-B1)<ABS(B3-B1),"CC","C")


"ADK" wrote:

Is there a function for this:

example:

cell B1 = 115
cell B2 = 120
cell B3 = 200

B1 thru B3 are variables that will change based on user input.
I want cell B4 to equal "CC" if B1 is closer to B2, but if B1 is closer to
B3 than B2, B4 will equal "C"

Any function(s) that can get this result?

Thanks




David Biddulph[_2_]

which function can get the desired result?
 
=IF(ABS(B1-B2)<ABS(B1-B3),"CC","C")

You haven't said what you want as an output if B1 is equidistant from B2 and
B3.
--
David Biddulph

"ADK" wrote in message
...
Is there a function for this:

example:

cell B1 = 115
cell B2 = 120
cell B3 = 200

B1 thru B3 are variables that will change based on user input.
I want cell B4 to equal "CC" if B1 is closer to B2, but if B1 is closer to
B3 than B2, B4 will equal "C"

Any function(s) that can get this result?

Thanks






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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com