Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Calculate cell reference

I need to calculate a cell reference with a formula.

For instance:

Instead of using
=D6
I need to have excel calculate the '6' portion -- like this
=D&(COUNTIF(D6:D32,"<50"))
so it will use the result of the function to determine the cell number.

I have not been able to successfully reference a cell using a formula. Is
this even possible?

Thanks,
Jesse


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Calculate cell reference

Don,

My ultimate goal is to have a graph query cells to find whether they meet a
certain criteria to determine the 'data range' in the graph. I cannot seem
to get the 'Source Data' window to let me use the INDIRECT function when
defining a 'Data range'. I get the 'Reference is not valid.' error.

My data range looks like this:
=INDIRECT(Data!$F$25)

Where F25 is a cell that calculates whether the values in a group of cells
is "<50".

The funny thing is that even though I get an invalid reference error, the
graph preview displays correctly! Very aggrivating.




"Don Guillett" wrote in message
...
have a look at INDIRECT function

--
Don Guillett
SalesAid Software

"Jesse Wiggins" wrote in message
...
I need to calculate a cell reference with a formula.

For instance:

Instead of using
=D6
I need to have excel calculate the '6' portion -- like this
=D&(COUNTIF(D6:D32,"<50"))
so it will use the result of the function to determine the cell number.

I have not been able to successfully reference a cell using a formula.

Is
this even possible?

Thanks,
Jesse






  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Calculate cell reference

Jesse, you can use the INDIRECT worksheet function.

For example:

If the value of A1 = 2, and the value of B2 = 100, then:

=INDIRECT("B"&$A$1) Value of a reference in cell A1 would
give you 100.


-----Original Message-----
I need to calculate a cell reference with a formula.

For instance:

Instead of using
=D6
I need to have excel calculate the '6' portion -- like

this
=D&(COUNTIF(D6:D32,"<50"))
so it will use the result of the function to determine

the cell number.

I have not been able to successfully reference a cell

using a formula. Is
this even possible?

Thanks,
Jesse


.

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
Cell Reference: won't auto-calculate, among other things Lillian2611 Excel Worksheet Functions 2 August 14th 07 01:06 AM
How to calculate (generate) a cell reference LurfysMa New Users to Excel 6 March 13th 07 01:50 PM
Auto calculate absolute cell reference Teri Excel Discussion (Misc queries) 3 March 5th 07 09:00 PM
Formula 'mis' calculate when reference cell contains a "0" Rachel Excel Discussion (Misc queries) 1 December 12th 06 07:43 PM
How to 'Calculate' an Excel Reference Tightlines Excel Discussion (Misc queries) 6 September 27th 05 11:08 PM


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