George_Martin_3
New Member
- Joined
- Sep 12, 2015
- Messages
- 20
Gosh I want to be more efficient and I am trying.
I had no idea how to turn the sum of the row(s) into a boolean statement. Otherwise I'd of used sum_product.
My next trick would then be to add this to an aggregate function in order to evaluate order quantities that can filled up to available units assigned criteria.
=IF(SUM($B$4:B4)<=$B$1,B4,IF(0<(B4-ABS($B$1-SUM($B$4:B4))),B4-ABS($B$1-SUM($B$4:B4)),0))
Imgur: The most awesome images on the Internet
B1=27
B4:B11={8,8,8,8,8,8,8,8}
For the life of me I have no idea why I could not google anything close to answer I've generated.
I had no idea how to turn the sum of the row(s) into a boolean statement. Otherwise I'd of used sum_product.
My next trick would then be to add this to an aggregate function in order to evaluate order quantities that can filled up to available units assigned criteria.
=IF(SUM($B$4:B4)<=$B$1,B4,IF(0<(B4-ABS($B$1-SUM($B$4:B4))),B4-ABS($B$1-SUM($B$4:B4)),0))
Imgur: The most awesome images on the Internet
B1=27
B4:B11={8,8,8,8,8,8,8,8}
For the life of me I have no idea why I could not google anything close to answer I've generated.