#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 354
Default OFFSET Range


I have the following string in cell A1:
SIM5$A$1


I would like to use it as a range for offset and does not work, I suppose
because it is a string and not a range.
Question: how do I make it into a range to be able to use offset
thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default OFFSET Range

Is SIM5 a worksheet?

If so, maybe

=INDIRECT("'"&LEFT(A1,FIND("$",A1)-1)&"'!"&MID(A1,FIND("$",A1),99))


--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Daniel" wrote in message
...

I have the following string in cell A1:
SIM5$A$1


I would like to use it as a range for offset and does not work, I suppose
because it is a string and not a range.
Question: how do I make it into a range to be able to use offset
thanks



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
named range row offset [email protected] Excel Worksheet Functions 5 July 8th 06 01:35 AM
Applying Offset to Range in VBA [email protected] Excel Worksheet Functions 2 June 21st 06 04:01 AM
Using Offset to name a range Jennifer Excel Worksheet Functions 3 June 15th 05 10:07 AM
dynamic range / offset Jeff Excel Worksheet Functions 2 February 23rd 05 03:39 PM
Define Range with an offset GregR Excel Discussion (Misc queries) 9 December 21st 04 07:22 AM


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

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"