Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default why would you use "=&" within a formula?

I am trying to look at a formula within an excel document and it has
"=$I$2*(...)

What purpose does the $ represent?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default why would you use "=&" within a formula?

The dollar symbols turn the cell reference I2 into an absolute
reference, so it will not change if the formula is copied anywhere
else - it will always refer to cell I2.

Hope this helps.

Pete

On Jun 6, 9:13*pm, helpwithdeletion
wrote:
I am trying to look at a formula within an excel document and it has
"=$I$2*(...)

What purpose does the $ represent?


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,440
Default why would you use "=&" within a formula?

Suppose you have a formula in A1:

=B1

You copy it to A2, it becomes

=B2

Most of the time this is what you require. But sometimes you don't want the reference to change. Then you put this formula in A1:

=$A$1

If you copy this formula you A2, it remains

=$A$1

You can have both column and row reference be absolute or relative:

=A1
=$A1
=$A$!
=A$1

When you enter or edit a formula, place the cursor on or near a cell reference and hit F4 several times. You can see the reference
change from relative to the other options.

--
Kind regards,

Niek Otten
Microsoft MVP - Excel


"helpwithdeletion" wrote in message
...
|I am trying to look at a formula within an excel document and it has
| "=$I$2*(...)
|
| What purpose does the $ represent?


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,440
Default why would you use "=&" within a formula?

<=$A$!

should have been

=$A$1

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Niek Otten" wrote in message ...
| Suppose you have a formula in A1:
|
| =B1
|
| You copy it to A2, it becomes
|
| =B2
|
| Most of the time this is what you require. But sometimes you don't want the reference to change. Then you put this formula in
A1:
|
| =$A$1
|
| If you copy this formula you A2, it remains
|
| =$A$1
|
| You can have both column and row reference be absolute or relative:
|
| =A1
| =$A1
| =$A$!
| =A$1
|
| When you enter or edit a formula, place the cursor on or near a cell reference and hit F4 several times. You can see the
reference
| change from relative to the other options.
|
| --
| Kind regards,
|
| Niek Otten
| Microsoft MVP - Excel
|
|
| "helpwithdeletion" wrote in message
| ...
||I am trying to look at a formula within an excel document and it has
|| "=$I$2*(...)
||
|| What purpose does the $ represent?
|
|


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
any formula to convert numbers in word form, e.g. "2" as "Two"? Neeraj Excel Worksheet Functions 1 May 26th 08 01:03 PM
change "true" and "false" to "availble" and "out of stock" inthestands Excel Worksheet Functions 2 July 19th 07 07:05 PM
HELP on "left","right","find","len","substitute" functions serene83 Excel Discussion (Misc queries) 5 June 27th 06 02:23 AM
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next BCB New Users to Excel 7 May 13th 06 10:02 PM
conditional formula to show "open" or "closed" SBS Excel Worksheet Functions 6 January 28th 06 01:48 AM


All times are GMT +1. The time now is 01:13 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"