Hello I use this code: =MIN(B8,1) as a helper, so, whatever goes over 100% stops at 100%, however right now I have -20% how to stop it at 0? So, whatever goes below 0% stops at 0%.
Template attached.
Hello I use this code: =MIN(B8,1) as a helper, so, whatever goes over 100% stops at 100%, however right now I have -20% how to stop it at 0? So, whatever goes below 0% stops at 0%.
Template attached.
Try this...
=MAX(0,MIN(B21,1))
1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
2. If your question is resolved, mark it SOLVED using the thread tools
3. Click on the star if you think someone helped you
Regards
Ford
Thanks again!
thanks.png
Very nice looking dashboard. If possible, could you post your workbook for the dashboard. Delete all sensitive information.
Thanks
try =MIN(B21,0)
Last edited by sandy666; 04-12-2017 at 06:03 PM.
Thats for the upload, it looks REALLY good, well done!!
(and thanks for thanking the members here, always appreciated)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks