Results 1 to 8 of 8

Search for fiscal quarter and year

Threaded View

  1. #6
    Registered User
    Join Date
    10-30-2008
    Location
    ma
    Posts
    35

    Re: Search for fiscal quarter and year

    I had to modify the formula to return the correct fiscal year: January-May are always in the current fiscal year, and June-December are the next fiscal year.

    The following formula replaced YEAR(TODAY) with a LOOKUP referencing a Month/Year lookup table.

    =SUM($J89:INDEX($J89:$IV89,MATCH("*"&$D$88&" "&LOOKUP(MONTH(TODAY()),$B$140:$B$151,$C$140:$C$151),$J$88:$IV$88,0)-1))

    However, there seems to be a problem with the INDEX... -1, as the sum includes the current quarter, whereas the original formula summed to the prior quarter, which was what I wanted.

    Can you tell me what's wrong?
    Last edited by joodkap; 06-01-2010 at 09:51 AM.

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