+ Reply to Thread
Results 1 to 2 of 2

Formula to Display Federal Fiscal Year - Quarter Based on Dates Entered in Another Column

  1. #1
    Registered User
    Join Date
    04-20-2015
    Location
    United States
    MS-Off Ver
    2010
    Posts
    1

    Question Formula to Display Federal Fiscal Year - Quarter Based on Dates Entered in Another Column

    Hi there,

    What's the best formula to display Federal Fiscal Year - Q# based on dates entered in this format (xx/xx/xx) in another column? (Not sure how to best handle this since the Federal Fiscal Year for 2015 started on 10/1/2014)
    I can't set-up a lookup table in another sheet so am hoping there's a way to do this without doing that.

    Thanks

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,732

    Re: Formula to Display Federal Fiscal Year - Quarter Based on Dates Entered in Another Col

    if you cant use a lookup table - can just use a hardcoded IF formula

    IF( AND ( Datecell >= 10/1/2014 , datecell < 1/1/2015 ) , "FY15-Q1", IF( AND ( dates for Q2), etc
    OR you could do a lookup formula with an array

    =LOOKUP(A2,{41913,42005},{"FY15-Q1","FY15-Q2"})

    I have had to use the date as a general number - sure you can do it as a date though
    Last edited by etaf; 04-20-2015 at 12:18 PM.
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

+ 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. formula to output upcoming quarter end date (for a broken fiscal year)
    By canaille in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-22-2014, 05:01 PM
  2. [SOLVED] PIVOT TABLES: Grouping dates by Fiscal Year, Quarter and Month
    By bimmer5dude in forum Excel General
    Replies: 5
    Last Post: 06-30-2012, 09:13 PM
  3. Fiscal Year + Quarter
    By brotherwo in forum Excel General
    Replies: 11
    Last Post: 01-08-2011, 02:10 PM
  4. Search for fiscal quarter and year
    By joodkap in forum Excel - New Users/Basics
    Replies: 7
    Last Post: 06-01-2010, 10:46 AM
  5. [SOLVED] custom list does not sort-Federal fiscal year,
    By gitttep in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-10-2005, 11:05 AM

Tags for this Thread

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