Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Microsoft Support > Microsoft Office support
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Microsoft Office support MS Office support forum

Reply
 
LinkBack Thread Tools
Old 10-24-2009, 02:54 AM   #1 (permalink)
Registered User
 
Join Date: Oct 2009
Posts: 3
OS: windows xp


Question Excel 2003 minium, maxium

hi, does anyone knows how I can make a cell so that its value will have a maxium and minium.
example cell A2= 5*B2 minium 0,5 (so that if it gets lower it automatically becomes 0,5) maxium 135 (so that if it gets higher it automatically becomes 135)

Thank you already for the help
D_zeno is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Old 10-24-2009, 01:50 PM   #2 (permalink)
TSF Enthusiast
 
Join Date: Apr 2008
Location: Australia
Posts: 570
OS: Vista


Re: Excel 2003 minium, maxium

Hi D zeno,

Try:
=MIN(135,(MAX(0.5,5*B2))
or, for what I suspect you have for your regional settings:
=MIN(135;(MAX(0,5;5*B2))
__________________
Cheers
macropod
(MS MVP -Word)
macropod is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 10-26-2009, 04:58 AM   #3 (permalink)
Registered User
 
Join Date: Oct 2009
Posts: 3
OS: windows xp


Re: Excel 2003 minium, maxium

thx for the response,
but that wasn't really what I wanted, i did it this way:
=IF(C19<5;5;IF(C19>9999;9999;ROUND(C19;0)))
minimum 5 and maximum 9999
D_zeno is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 10-26-2009, 05:17 AM   #4 (permalink)
TSF Enthusiast
 
Join Date: Apr 2008
Location: Australia
Posts: 570
OS: Vista


Re: Excel 2003 minium, maxium

Hi D zeno,

It's a bit hard to provide you with the solution you need when the question you ask has little to do with it.

There is no correspondence between what you asked for and what you now claim the solution to be, except that you want an arbitrary minumum and maximum. Your previous post had no mention of C19, a minimum of 5, a 9999 maximum or any rounding.

FWIW, you can do the same thing as your latest formula with:
=ROUND(MIN(9999;MAX(5;C19));0)
or
=MIN(9999;MAX(5;ROUND(C19;0)))

As you can see, not so very different from my previous solution.
__________________
Cheers
macropod
(MS MVP -Word)
macropod is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 10-26-2009, 05:48 AM   #5 (permalink)
Registered User
 
Join Date: Oct 2009
Posts: 3
OS: windows xp


Re: Excel 2003 minium, maxium

oke thx very much
D_zeno is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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




All times are GMT -7. The time now is 09:09 AM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85