![]() |
|
|
|
#1
|
|||
|
|||
|
I need help in creating a Formula, here is the sample below
A1 5 32 50 32 75 44 = 119 Formula must add all of A1 cells only up to a certain # (ex is 75) In other words I need to split the total amount with a certain cell to be 75 or less and if more to be on another cell (ex: #44) Hope someone can help out! Thanks, MO |
|
#2
|
||||
|
||||
|
Hi and welcome
Say your limit is 75 In your result cell (say A11) Code:
= MIN(75,sum( a1:a10)) Code:
=MAX(0,sum(a1:a10)-75)
__________________
Using O365 v2503 - Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post |
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Formula Help
|
OTPM | Excel | 2 | 05-22-2013 06:28 AM |
IF formula
|
MARK SMITH | Excel | 2 | 04-04-2013 01:58 PM |
formula help
|
rich_cirillo | Excel | 3 | 09-26-2012 11:41 PM |
formula help
|
excelledsoftware | Excel | 8 | 03-25-2012 08:49 AM |
If formula
|
sixhobbits | Excel | 1 | 10-02-2009 08:02 AM |