Formula not dragging?

Ian Betteridge

Active Member
Joined
Mar 25, 2006
Messages
472
Excel 2007

Evening,
I've entered a formula in a cell then dragged down to calculate other rows. This calculated all the current data but only entered it as number format and didn't show the formula for future calculations..
Any ideas where I'm going wrong?
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
Don't know if this will help, the formula I used was ............
=SUM((VLOOKUP($A3,Totals!$A$6:$Y$62,2,FALSE)+(VLOOKUP($A$3,Totals!$A$6:$Y$62,3,FALSE))))

Is the error in here or my settings?
 
Upvote 0
Have you tried

=VLOOKUP($A3,Totals!$A$6:$Y$62,2,FALSE)+VLOOKUP($A3,Totals!$A$6:$Y$62,3,FALSE)
 
Upvote 0
Don't know if this will help, the formula I used was ............
=SUM((VLOOKUP($A3,Totals!$A$6:$Y$62,2,FALSE)+(VLOOKUP($A$3,Totals!$A$6:$Y$62,3,FALSE))))

Is the error in here or my settings?
Not sure what you're asking but you can reduce that formula to:

=SUMPRODUCT((Totals!$A$6:$A$62=$A3)*Totals!$B$6:$C$62)
 
Upvote 0

Forum statistics

Threads
1,224,587
Messages
6,179,733
Members
452,939
Latest member
WCrawford

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