Use the dollar sign to fix columns and row like you would on a worksheet.
Maybe you need to fix the worksheet and add the dolar signs.
> Use the dollar sign to fix columns and row like you would on a worksheet.
> Maybe you need to fix the worksheet and add the dolar signs.
[quoted text clipped - 15 lines]
>
> - Show quoted text -
Thanks Joel-but you lost me. Remember that a couple of days ago, if
you mentioned Macro, I would think of the pasta dish that I was eating
for dinner that evening! Where should I insert $ signs-in the formula
on the sheet that I am working on?
Joel - 30 Nov 2007 20:30 GMT
You can havve 4 difffernt way to address a worksheet cell in a formula. The
formula can either be on the worksheet or in VBA
1) A1
2) $A1
3) A$1
4) $A$1
The dollar sign indicates when you copy the formula the row or column
doesn't change when you perform a copy.
> > Use the dollar sign to fix columns and row like you would on a worksheet.
> > Maybe you need to fix the worksheet and add the dolar signs.
[quoted text clipped - 20 lines]
> for dinner that evening! Where should I insert $ signs-in the formula
> on the sheet that I am working on?
pignataro1@cox.net - 30 Nov 2007 20:49 GMT
> You can havve 4 difffernt way to address a worksheet cell in a formula. The
> formula can either be on the worksheet or in VBA
[quoted text clipped - 33 lines]
>
> - Show quoted text -
Great-is there a way to set that up to automatically (meaning have the
$ sign) appear when writing formula?
Also, how would I change only the column to go back one column
(example from H to G or better yet go forward to J or K) is there a
command to "go all the way to the right of the text string and find
the first capital letter and change that to G or whatever letter I
want? WIth this, I need to still leave the cell # the same-15 for
example
Thanks
JLGWhiz - 30 Nov 2007 21:41 GMT
What you need to do is click on Excel Help from the menu and type the
following into the search box:
About cell and range references
Click on the blue titles to open the dialog and it will explain what you are
asking.
> > You can havve 4 difffernt way to address a worksheet cell in a formula. The
> > formula can either be on the worksheet or in VBA
[quoted text clipped - 45 lines]
>
> Thanks