Fixed reference in Excel 2007 table formula

rolito

New Member
Joined
Jun 14, 2007
Messages
14
I have a formula in Excel 2007 table like this:

=[Quantity]*[Price-Jan-08]

I would like to copy that formula to the right with quantity absolute fixed and Price been relative.

In Excel 2003 I used the "$", but in this new Excel 2007 table formulas I don´t know how to copy this formula to the right and let it change to:

=[Quantity]*[Price-Feb-08]
=[Quantity]*[Price-Mar-08]
.....

Any suggestion on how to fix the [Quantity] when copying to the right?

Thanks a lot for your help !
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
=INDIRECT("Table1[[#This Row],[Quantity]]")*Table1[[#This Row],[Price Jan-08]]

Or just revert to cell references!
 
Upvote 0

Forum statistics

Threads
1,214,971
Messages
6,122,520
Members
449,088
Latest member
RandomExceller01

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