+ Reply to Thread
Results 1 to 23 of 23

Formula to increment indirect references

Hybrid View

  1. #1
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Formula to increment indirect references

    so if you openb my attachment you see blanks or when you apply it to your own document?

    I see that you are in compatibility mode. I can save this in XL2007 tomorrow and then you can trt to open it in 2007 and see if that affects it..
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  2. #2
    Forum Contributor
    Join Date
    06-13-2008
    Location
    London, England
    MS-Off Ver
    2010
    Posts
    277

    Re: Formula to increment indirect references

    That would be great,

    Yes the sheet you sent doesnt populate with walues, I dont know if it effects it but removing the +0 from the formula reults in the Iserr function returning a false value, however it still results in a N/A fromt he whole formula

  3. #3
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Formula to increment indirect references

    Ok. Try now.

    You shouldn't remove the +0... that converts the text string date (e.g "February 1, 2008") to an actual serial number that excel understands and can compare to the dates in the other sheet....

    I am not sure why you would be seeing blanks.
    Attached Files Attached Files

  4. #4
    Forum Contributor
    Join Date
    06-13-2008
    Location
    London, England
    MS-Off Ver
    2010
    Posts
    277

    Re: Formula to increment indirect references

    Hi,

    yes im still producing blank cells,

    Its definately a TRUE return on your Iserr formula because if i change the "" value to "error"

    =IF(ISERR(($G$19&" "&ROWS($A$1:$A1)&", 2008")+0),"error",INDEX('0091 911'!B:B,MATCH(($G$19&" "&ROWS($A$1:$A1)&", 2008")+0,'0091 911'!$A:$A,0)))

    then all cells populate with "error"

    does this help?

  5. #5
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Formula to increment indirect references

    That is truly strange....


    What do you get if we cut out the IF() part:

    =INDEX('0091 911'!B:B,MATCH(($G$19&" "&ROWS($A$1:$A1)&", 2008")+0,'0091 911'!$A:$A,0))
    Out of curiousity try this revised formula in G21 and copy down and across...

    =IF(MONTH(DATE(2008,$E$17,ROWS($A$1:$A1)))<>$E$17,"",INDEX('0091 911'!B:B,MATCH(DATE(2008,$E$17,ROWS($A$1:$A1)),'0091 911'!$A:$A,0)))
    Does this give results?
    Last edited by NBVC; 03-06-2009 at 10:59 AM. Reason: Fixed Condition in 2nd formula to bring blanks when date is in following month

  6. #6
    Forum Contributor
    Join Date
    06-13-2008
    Location
    London, England
    MS-Off Ver
    2010
    Posts
    277

    Re: Formula to increment indirect references

    Ok the second formula populated the sheet with data, im just checking through now to make sure it is the correct data! The new formula looks truely beautiful! I just got my head around the last one but this one is even better! ill let you know if the data matches up

+ 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