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

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
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,219,162
Messages
6,146,661
Members
450,706
Latest member
LGVBPP

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