A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

How do I write a formula with absolute cell references



 
 
Thread Tools Display Modes
  #1  
Old February 3rd, 2010, 05:25 PM posted to microsoft.public.excel.newusers
deb44
external usenet poster
 
Posts: 1
Default How do I write a formula with absolute cell references

I am trying to write a formula with absolute cell references for the following;
Determine the projected quotas at 10% of the current quotas.
15% of the current quotas and 20% of the current quotas.
  #2  
Old February 3rd, 2010, 06:05 PM posted to microsoft.public.excel.newusers
Bernard Liengme
external usenet poster
 
Posts: 516
Default How do I write a formula with absolute cell references

If the 'current quota' is a number in A1
In B1 enter =($A$1/10)*COLUMN(A1) to compute 10% of its value
Copy to C1 to compute 20%, etc
best wishes
--
Bernard Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme

"deb44" wrote in message
...
I am trying to write a formula with absolute cell references for the
following;
Determine the projected quotas at 10% of the current quotas.
15% of the current quotas and 20% of the current quotas.


  #3  
Old February 3rd, 2010, 06:20 PM posted to microsoft.public.excel.newusers
eduardo
external usenet poster
 
Posts: 2,131
Default How do I write a formula with absolute cell references

Hi,
you get absolute references entering the $ signal as follow

$a$1 = will keep that reference wherever you copy the formula
$a1 = when copying the formula to your right column and row will stay the
same when copying down column will stay the same
a$1 = when copying it to you right, will refer always to row 1

"deb44" wrote:

I am trying to write a formula with absolute cell references for the following;
Determine the projected quotas at 10% of the current quotas.
15% of the current quotas and 20% of the current quotas.

  #4  
Old February 5th, 2010, 08:26 PM posted to microsoft.public.excel.newusers
Billy Liddel
external usenet poster
 
Posts: 489
Default How do I write a formula with absolute cell references

To get 5% increaments use:

=($A$1/20)*ROWS($1:1) and copy down

HTH, Peter

"deb44" wrote:

I am trying to write a formula with absolute cell references for the following;
Determine the projected quotas at 10% of the current quotas.
15% of the current quotas and 20% of the current quotas.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 09:48 PM.


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