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 help a newbie to formula writing, please

Can you explain to me what the function is of the $ signs in the formula below?


=MIN($H$2,H4)
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default help a newbie to formula writing, please

The $ signs "lock" the row and column references so that when the formula is
copied it will always* refer to that particular cell.

If you copy across a row the reference to H4 will change to I4, J4, K4, L4
etc while the reference to H2 will not change.

If you copy down a column the reference to H4 will change to H5, H6, H7, H8
etc while the reference to H2 will not change.

* unless you insert new rows/columns before the referenced cell.

You can also "lock" only the row or column or both as in the example:

$H$2 = locks both column and row
$H2 = locks only the column
H$2 = locks only the row.
H2 = locks nothing

Biff

"dfhale" wrote in message
...
Can you explain to me what the function is of the $ signs in the formula
below?


=MIN($H$2,H4)



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
writing a formula changetires Excel Discussion (Misc queries) 1 June 27th 06 08:29 PM
Writing a formula changetires Excel Discussion (Misc queries) 1 June 27th 06 05:18 PM
Need help with writing a formula Soth Excel Worksheet Functions 1 March 15th 06 03:51 PM
Need help with writing formula please... Soth Excel Worksheet Functions 1 March 14th 06 07:03 PM
Writing a formula julescc Excel Worksheet Functions 6 March 3rd 05 01:45 AM


All times are GMT +1. The time now is 06:53 AM.

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"