Your intuition has served you well - it makes no sense at all.
Your intuition has served you well - it makes no sense at all.
cells I7-I301 contain dollar amounts, really low dollar amounts, basically, if the sum of the cells is less then 508, then they all get multiplied by 4, but once it reaches past 508, then they get multiplied by 16.
Does that make sense?
so basically, what im trying to do, is once, the sum get to 508, then everything about that, get's multiplied by 16. so if your sum is 508, and you ad another 1.00 to it, that dollar would actually be $16 added to it...
Based on what you have stated, this is my best interpretation of what you need ...Originally Posted by kathemius
=if(sum(I7:I301)<508,4*sum(I7:I301),if(sum(I7:I301)>508,16*sum(I7:I301),1+sum(I7:I301)))
Hope this is what you need. Regards and good luck.
BenjieLop
Houston, TX
is it possible to do a reverse sum, from bottom to top, since the bottom is where the oldest orders are, and i need to add those up, untill it reaches 508, then i need to change the multipler for everything above that (the newest orders)
so, something finally occured to me as i finally become completely frustrated.
Since there's is no way to get an exact total of 508, since each value is different, my entire idea of trying to keep a running total up to 508 is complete invalid. I know it's possible to do a > or < 508, but that just gives a general range.
So, unless there is an =about(sum(i7:i302),15), then my whole idea is flawed, thanks to everyone who has hellped.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks