Opposite of ($) in Excel Formulas

turtlepokerman

New Member
Joined
Jun 18, 2012
Messages
28
Hello fellow Excel Users,

I am looking for a way to have a the row number change when copying formulas horizontally. By copying I mean dragging the little box on the right hand side of the formula cell to the right. I did not know if there was an easy way to have the row reference number instead of the column letter. Any help is greatly appreciated.

Thanks,
turtlepokerman
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
Code:
      -A-- -B-- -C-- -D-- -E-- -F-- -G--
  1   $A$1 $A$1 $A$2 $A$3 $A$4 $A$5 $A$6
  2   $A$2                              
  3   $A$3                              
  4   $A$4                              
  5   $A$5                              
  6   $A$6

In B1 and copy right,

=INDEX($A:$A, COLUMNS($A1:A1))
 
Upvote 0
Nice that worked. I'm surprised that Excel has not created a non-absolute symbol yet, so that we do not have to go through the sometimes confusing INDEX function.

Thanks
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,120
Members
451,399
Latest member
alchavar

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