+ Reply to Thread
Results 1 to 2 of 2

Cell Reference Issue...

  1. #1
    Registered User
    Join Date
    10-22-2012
    Location
    atlanta, ga
    MS-Off Ver
    Excel 2007
    Posts
    1

    Cell Reference Issue...

    Hey Guys,

    I have a sheet that I have been running to keep up with our employees. Each employee has their own individual sheet which tracks there arrival, tardies, uniform, etc.... Then there is a summary sheet that references all of the employees and their results each week. We use a formula with the = sign and that respective cell on their individual sheet to copy their data to summary sheet. We copy the week so as to not have to type info in each week but when the copy is done, it adds cells to the reference so it is off by seven cells. Example: ='Ms. Tina'!G130 references Ms. Tina's attendance on the summary sheet on feb 14, 2014 and ='Ms. Tina'!G131 which is her lunch. But when I copy all the teachers from feb 14, 2014 to feb 21, 2014, it references ='Ms. Tina'!G137 instead of ='Ms. Tina'!G144. Is there a way we can add a whole range of cells by 7 that references cells from another worksheet? Please advise....

  2. #2
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Cell Reference Issue...

    Where is the cell you are copying to in relationship to the cell you are copying from?

    You can use the XL4 backdoor with Get.Cell to pull the formula of another cell, but you need to know the positional relationship between the cell and the formula you design.

    For example, one variety of the GET.CELL might pull from cells directly above, and another might be designed to pull from a cell that's three cells above and one to the left.

    Using GET.CELL you can write a formula that finds the first number of the formula you use to separate out the whole number, at 7 to it, and put it back together as a cell reference.

    So that =Bob!A123 becomes 123 which becomes 130, which concatenates to the orginal string as =Bob!A130
    Last edited by daffodil11; 01-06-2014 at 02:07 PM.
    Make Mom proud: Add to my reputation if I helped out!

    Make the Moderators happy: Mark the Thread as Solved if your question was answered!

+ 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. Cell reference issue
    By hsjake in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 05-06-2013, 10:49 AM
  2. Cell reference issue
    By ivqancorp in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-29-2012, 12:50 PM
  3. Cell reference issue
    By ShinigamiDK in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 03-18-2009, 01:27 PM
  4. Cell Reference Issue
    By jaykoo511 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-15-2008, 11:25 PM
  5. Cell Reference Issue
    By Mhz in forum Excel - New Users/Basics
    Replies: 5
    Last Post: 02-02-2007, 06:19 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