![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: May 2002
Posts: 8
|
I was wondering if anyone knows how to fix the column fixed in a formula but have the row number change. I want to separate them so I can set a formula for the value in the row such as (C55-12) so the next cell is C43
Thanks |
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Feb 2002
Posts: 3,065
|
suggest $C43 not $C$43
the $ anchors the column or row concerned remove one allows scrolling if dragged HTH
__________________
Free Excel based Web Toolbar available here. Jack in the UK J & R Excel Solutions "making Excel work for you" |
|
|
|
|
|
#3 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Monterrey, Mexico
Posts: 1,433
|
Please give an example of your formula, unless Jack's answer is sufficient.
|
|
|
|
|
|
#4 |
|
Board Regular
Join Date: Feb 2002
Location: Dog Beach, Florida. Yeaahh!
Posts: 4,038
|
A $ before the column letter anchors the column and leaves the row as relative, A $ before the row number anchors the row and leaves the column relative. A $ before each makes both column and row absolute.
Go to the formula you want to change, hit F2 (Edit) and then hit F4 as many times as needed to achieve the proper configuration.
__________________
Barry- Photo Restoration/Enhancement http://www.smiledogproductions.com click below for detour
|
|
|
|
|
|
#5 |
|
Board Regular
Join Date: May 2002
Location: Tennessee, USA
Posts: 72
|
One small elaboration......you could just click on the cell with the formula, then put the cursor on the cell address (either in that cell itself or on the formula bar), then hit F4 as many times as needed to get the right combination of $'s.
|
|
|
|
|
|
#6 | |
|
MrExcel MVP
Join Date: Mar 2002
Location: Michigan USA
Posts: 11,452
|
Quote:
For example =INDIRECT("C"&(55-12)) gives me what is in cell C43 Hope This Helps |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|