Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
I was wondering how would I go about establishing a maximum and minimum value to a cell? Ex.: Cell B30=(B3-B23)/1000 I want B30 to range only from -.5 to .5. So if B30=-1, I want it to turn into -.5, and if it equals 1, I want it to turn into .5 Any help would be appreciated. Thanks, Josh |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=MAX(MIN((B3-B23)/1000,0.5),-0.5)
"jvega" wrote: Hi, I was wondering how would I go about establishing a maximum and minimum value to a cell? Ex.: Cell B30=(B3-B23)/1000 I want B30 to range only from -.5 to .5. So if B30=-1, I want it to turn into -.5, and if it equals 1, I want it to turn into .5 Any help would be appreciated. Thanks, Josh |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Awesome, thank you
"Teethless mama" wrote: =MAX(MIN((B3-B23)/1000,0.5),-0.5) "jvega" wrote: Hi, I was wondering how would I go about establishing a maximum and minimum value to a cell? Ex.: Cell B30=(B3-B23)/1000 I want B30 to range only from -.5 to .5. So if B30=-1, I want it to turn into -.5, and if it equals 1, I want it to turn into .5 Any help would be appreciated. Thanks, Josh |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=MEDIAN(-0.5,(B3-B23)/1000,0.5)
-- David Biddulph "jvega" wrote in message ... Hi, I was wondering how would I go about establishing a maximum and minimum value to a cell? Ex.: Cell B30=(B3-B23)/1000 I want B30 to range only from -.5 to .5. So if B30=-1, I want it to turn into -.5, and if it equals 1, I want it to turn into .5 Any help would be appreciated. Thanks, Josh |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
maximum/minimum value in formula | Excel Discussion (Misc queries) | |||
Spinners - minimum and maximum | Excel Discussion (Misc queries) | |||
How do I find the cell reference that contains the minimum or maximum | Excel Worksheet Functions | |||
Maximum & Minimum values in a coulmn | Excel Discussion (Misc queries) | |||
Maximum and minimum cell value | Excel Discussion (Misc queries) |