+ Reply to Thread
Results 1 to 2 of 2

Getting a value from a cell referenced relative to a named range

  1. #1
    Forum Contributor
    Join Date
    04-16-2014
    Location
    Australia
    MS-Off Ver
    Excel 365
    Posts
    125

    Getting a value from a cell referenced relative to a named range

    I'm trying the get a value from a cell on another sheet which is 6 rows above a named range (there are lots of ranges). How do I get the value without selecting or "Application.Goto" the actual cell. There must be a simpler way than what I have done below.

    Please Login or Register  to view this content.
    Thank you.

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    30,824

    Re: Getting a value from a cell referenced relative to a named range

    Try

    inum = Range("EVENT" & [A3])(1).Offset(-6)

    Or


    inum = Range("EVENT" & [A3]).Cells(1, 1).Offset(-6)

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Relative references to named range
    By Pete in forum Excel General
    Replies: 6
    Last Post: 12-09-2013, 06:25 PM
  2. [SOLVED] Named range - can this be referenced in a formula?
    By NikonMan in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 02-10-2013, 07:27 PM
  3. Replies: 2
    Last Post: 10-25-2012, 03:57 AM
  4. VBA code to convert absolute to semi-relative referenced range
    By gpk in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-29-2011, 07:40 AM
  5. Copying sheet with relative formula named range causes errors.
    By leaning in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 09-19-2011, 08:44 AM
  6. Referring to an area relative to a named range
    By petalred in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 09-07-2009, 05:36 PM
  7. named Range Referenced vai single cell
    By Graham in forum Excel General
    Replies: 1
    Last Post: 07-26-2006, 04:35 AM
  8. How to define a relative named range in VBA
    By John Broderick in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 12-24-2005, 11:10 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1