![]() |
How to establish a maximum and minimum value to a cell
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 |
How to establish a maximum and minimum value to a cell
=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 |
How to establish a maximum and minimum value to a cell
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 |
How to establish a maximum and minimum value to a cell
=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 |
All times are GMT +1. The time now is 03:06 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com