Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 78
Default Cell Reference

I need a formula on one worksheet (such as =$A$22+50) whereas the 22 comes
from an entry in a cell.

I tried with INDIRECT, but did not succeed... Any other ideas?

--
Felix
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 11,501
Default Cell Reference

try this

=INDIRECT("A"&A1)+50

so if you now enter 22 in a1 you will get the sume if A22 + 50

Mike

"Felix" wrote:

I need a formula on one worksheet (such as =$A$22+50) whereas the 22 comes
from an entry in a cell.

I tried with INDIRECT, but did not succeed... Any other ideas?

--
Felix

  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 78
Default Cell Reference

That one worked fine!

But here is another problem with the same background:

Wit the formula

=COUNT.IF($B$5:$B$44;"*("&$AN5&")*")

I want to check a range in col. B. Start is always $B$5 but the end (line
44) can change. I would like to enter the line number in a cell and have the
formula use this (line)-number.

The formulae themselves are in the range AO5:AO33, the (line)number to be
used in the formula should go to AO37

Is this also possible?



--
Felix


"Mike H" wrote:

try this

=INDIRECT("A"&A1)+50

so if you now enter 22 in a1 you will get the sume if A22 + 50

Mike

"Felix" wrote:

I need a formula on one worksheet (such as =$A$22+50) whereas the 22 comes
from an entry in a cell.

I tried with INDIRECT, but did not succeed... Any other ideas?

--
Felix

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
Changing sheet reference to cell reference TeeJay Excel Worksheet Functions 3 October 19th 07 11:50 AM
Formulas that reference cells that reference another cell Andrea Excel Discussion (Misc queries) 7 October 19th 06 08:14 AM
absolute cell reference A spreadsheet cell reference that does no help Excel Discussion (Misc queries) 1 January 18th 06 06:56 PM
problem with cell reference in =sum(offset(cell reference,x,y,z,a)). Want cell ref to be variable. [email protected] Excel Worksheet Functions 2 December 11th 04 12:05 AM
Problem with =sum(offset(cell reference,w,x,y,z). I want cell reference to be variable [email protected] Excel Worksheet Functions 2 December 11th 04 12:00 AM


All times are GMT +1. The time now is 06:55 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"