offset issue

bluepenink

Well-known Member
Joined
Dec 21, 2010
Messages
585
hello

basic logic issue

=OFFSET((SUMPRODUCT(--('Bonus Calculator'!$C$9:$C$21<=$D$44),--('Bonus Calculator'!$E$9:$E$21>=$D$44),'Bonus Calculator'!$G$9:$G$21)),-1)

basically, i want the formula to lookup up row from the sumproduct answer.

currently getting an issue. pls help!
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
Offset requires a RANGE reference...
Sumproduct returns a NUMBER...


Try this (notice the offset of column G by 1 row from the other columns..)

=SUMPRODUCT(--('Bonus Calculator'!$C$9:$C$21<=$D$44),--('Bonus Calculator'!$E$9:$E$21>=$D$44),'Bonus Calculator'!$G$8:$G$20))
 
Upvote 0
Hello


thxs for your quick response.

basically, in

D46 = 60% (worksheet name "Performance")

in cell D51 i would like the offset to be dependent on the value in D46.

so if D46 changes to 80%, i would like the offset to work and get the percentage above 90%

i want the values of the percentage in workshet "Calculator G9:G21"

ur thoughts? thxs so much.
 
Upvote 0
i know this is wrong

but something along the lines of this..not sure how to tackle this or logically place the formula

=OFFSET(D46,'Bonus Calculator'!$G$9:$G$21,-1,)
 
Upvote 0
hello

can someone help me with this

=OFFSET(INDIRECT("Bonus Calculator"&MATCH($D$46,'Bonus Calculator'!G9:G21,0)),1,)
 
Upvote 0
=OFFSET(INDEX('Bonus Calculator'!G9:G21,MATCH('DSM & SM Performance'!$D$46,'Bonus Calculator'!G9:G21,0),1,0)

having some trouble with the logic here guys..any solutions?
 
Upvote 0

Forum statistics

Threads
1,224,618
Messages
6,179,916
Members
452,949
Latest member
beartooth91

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