+ Reply to Thread
Results 1 to 2 of 2

Fix a Reference

  1. #1
    Registered User
    Join Date
    07-28-2009
    Location
    Egypt
    MS-Off Ver
    Excel 2003
    Posts
    35

    Unhappy Fix a Reference

    Hi All,

    I have excel file containes

    1- one summery sheet
    2- day1 to day 100 sheets

    i was trying to get data from each sheet " day1 : day 100 " and copy this data to the summery sheet ,

    ex. = 'Day1'!O4

    when i tried to drag the cell to the entire column i got the following

    = 'Day1'!O5 then i found the soloution of using the $ sign

    ='Day1'!O$4

    which is nice but the problem now is i need chnages to occures in days

    ex. = 'Day1'!O$4
    = 'Day2'!O$4
    = 'Day3'!O$4

    so please tell me how to do that because 100 day is too much and i cannot do it maually

    thanks in advnace

  2. #2
    Forum Expert
    Join Date
    04-14-2009
    Location
    Taiwan
    MS-Off Ver
    Excel 2016,2019,O365
    Posts
    1,982

    Re: Fix a Referance !!!!!!!!!!!

    Try this,
    A1
    =INDIRECT("Day" & ROW() & "!O4",1)

    copied down.

    HTH,
    windknife

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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