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 Formula for excel.

Can anyone help me understand what this formula does. And what does the $
mean.
=+B12/$N$13

Thank you so much for your help.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 168
Default Formula for excel.

I don't think the "+" actually does anything. I believe that is left over
from Lotus 123. Anyway, the $ makes a constant reference of N13. This
means that if you copy and paste the formula to other cells, N13 remains the
reference. Without the $, the formula would be adjusted based on where you
paste the formula. For example, if your formula was in C1 and you copied
and pasted into C2, without the $, the formula would be adjusted to:

=+B13/N14

The row has increased by one.

HTH,
Paul


"shy_girl_7_13_" wrote in message
...
Can anyone help me understand what this formula does. And what does the $
mean.
=+B12/$N$13

Thank you so much for your help.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Formula for excel.


shy_girl_7_13_ wrote:
Can anyone help me understand what this formula does. And what does the $
mean.
=+B12/$N$13

Thank you so much for your help.


The + is irrelevant.

This takes the value in cell B12, divides it by the value in cell N13.

The $ have no effect on a single cell, but come into play when you
copy.

When you copy a cell reference down, the row is incremented by 1;
across, and the column is incremented to the next letter.

Example:
In cell B2, type "=a1"
Now copy it down a row, and it will become "=a2"
Copy this across 1 and it becomes equals "=b2"

Go back to cell B2, and change the formula to "=$a$1"
Copy it down and across all you like, and it will always stay "=$a$1"

The $ indicates 'absolute referencing'. You can think of it as "Lock
this row/column reference when I copy"

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
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM
Creating a check mark box MarthaSue Setting up and Configuration of Excel 18 April 28th 05 12:31 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


All times are GMT +1. The time now is 04:24 AM.

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

About Us

"It's about Microsoft Excel"