Forum Discussion
SUM - set maximum value
- Feb 01, 2021
Hello, I'm waking this thread up because I am facing the same issue as the original poster, only the solution offered earlier doesn't seem to be working for me. What am I getting wrong? I am attaching a screenshot of my attempt at the formula according to the earlier solution (can't find how to attach the Excel file itself, not sure if I should be able to..?)
FYI cell E1 is the sum of A1:A8; B1; C1 - this is the total that I want to "limit" to 80000 in cell E2.
Thanks for any help and insight you can provide!
(Note: I am using Excel for Mac version 16.85)
- SergeiBaklanMay 20, 2024Diamond Contributor
I guess you shall use semicolon in formula as separator, i.e. MIN(80000; SUM(A1:A8;B1;C1) )
Use comma or semicolon depends on your regional settings, but it shall be the same everywhere.
- DavidSetonMay 20, 2024Copper ContributorThanks a million, worked perfectly!
- SergeiBaklanMay 20, 2024Diamond Contributor
DavidSeton , you are welcome