SUMIF Question

gevelez

New Member
Joined
Mar 2, 2007
Messages
3
Hola, esta es mi solución

=SI(SUMA($B9:B9)<$E$5,B9*$F$5,SI(SUMA(A9:$B9)<$E$5, (SUMA($B9:B9)-$E$5)*$G$5+($E$5-SUMA(A9:$B9)) *$F$5,B9*$G$5))

Mi versión de office esta en espanol, si se va a usar en una versíon en ingles hay que reemplazar suma por sum.

Gracias,

German Velez

[Title modified by Admin; Only MrExcel may submit Challenge of the Month Questions]
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
I came up with something very similar:-

=IF(SUM($B$9:B9)<$E$5,B9*$F$5,IF(SUM(A$9:$B9)>$E$5,B9*$G$5,(B9-MOD(SUM($B$9:B9),$E$5))*$F$5+(B9-(B9-MOD(SUM($B$9:B9),$E$5)))*$G$5))

...not as streamlined though...
 
Upvote 0
Hi gevelez,

You should send your reply with E-mail as stated in the challenge.

Good luck! :wink:
 
Upvote 0
e-mail to send my answer

Hi gevelez,

You should send your reply with E-mail as stated in the challenge.

Good luck! :wink:

What is the e-mail to send mya answer?.

Thanks

Germán Vélez
 
Upvote 0
Hi,

It was shown at the bottom of the challenge only he writes it as:

"bill at mrexcel.com"

I guess to avoid spam.

So replace the " at " with a @.
 
Upvote 0
German,

¿Ya, todo comprendido? El señor Jelen no se pone la arroba para evitar spam pero la dirección electrónica de él es Bill*MrExcel.com reemplazando el asterisco con la arroba.

Para la gente que desea ver el reto del mes, está aquí por el momento. En el futuro, cuando el reto mensual haya cambiado, estará listado en la página de retos del pasado.

Cordialmente,
 
Upvote 0

Forum statistics

Threads
1,223,959
Messages
6,175,644
Members
452,663
Latest member
MEMEH

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top