Formula where solution has min and max but can be inbetween
Jan 19, 2017
09:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jan 19, 2017
09:55 AM
Formula where solution has min and max but can be inbetween
For ease of asking this question I have a formulas solution is bound by upper and lower values but can be anywhere inbetween the upper and lower values. How can I write that as programming statement. So far this is what I have :
If I were to change "x" variable to equal "1", the formulas solution (x/y) would equal "0.5", I would like the program to spit out that answer as well.
Thanks for the help, hope to reciprocate sometime!
Solved! Go to Solution.
Labels:
- Labels:
-
Physics
- Tags:
- else
- if function
ACCEPTED SOLUTION
Accepted Solutions
Jan 19, 2017
10:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jan 19, 2017
10:36 AM
3 REPLIES 3
Jan 19, 2017
10:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jan 19, 2017
10:36 AM
Both of these should set upper & lower limits
Hope this helps
Andy
Jan 19, 2017
10:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jan 19, 2017
10:41 AM
You the man! I appreciate your help, this is what I did incase you were wondering...
Jan 19, 2017
11:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jan 19, 2017
11:37 AM
Here is another one:
