+ Reply to Thread
Results 1 to 5 of 5

month function issue

  1. #1
    Registered User
    Join Date
    01-18-2010
    Location
    CT
    MS-Off Ver
    Excel 2003
    Posts
    17

    month function issue

    Good day,

    My situation is this. I have a sheet that will compute budgets. The issue is that the budget is a quarterly, not monthly and my company's fiscal year goes from November to October.

    So basically, i need to set up a formula such that when i enter the month's name into a certain cell say A1 (i.e November), a value will be returned in another cell say A2 based upon that month's number in our the fiscal year. For example, November would yield a 1 not an 11 since it is the first month in our fiscal year, December a 2, not a 12, etc.

    I'm working with Excel 2003 so nested If functions are limited.

    Any ideas???

    Thanks!


    - Vin
    Last edited by Petrolcb41; 11-18-2010 at 01:25 PM.

  2. #2
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Re: month function issue

    With A1 containing a month name...eg October

    This formula returns the fiscal month of that value:
    Please Login or Register  to view this content.
    In the above example, the formula returns: 12

    Is that something you can work with?
    Last edited by Ron Coderre; 11-18-2010 at 11:42 AM. Reason: Removed the unnecessary INT function
    Ron
    Former Microsoft MVP - Excel (2006 - 2015)
    Click here to see the Forum Rules

  3. #3
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 insider Version 2504 Win 11
    Posts
    24,704

    Re: month function issue

    Create a table on another sheet and use vlookup. Example attached.
    Attached Files Attached Files
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  4. #4
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,695

    Re: month function issue

    perhaps try

    =MONTH((1&A1)+62)
    Audere est facere

  5. #5
    Registered User
    Join Date
    01-18-2010
    Location
    CT
    MS-Off Ver
    Excel 2003
    Posts
    17

    Re: month function issue

    Quote Originally Posted by Ron Coderre View Post
    With A1 containing a month name...eg October

    This formula returns the fiscal month of that value:
    Please Login or Register  to view this content.
    In the above example, the formula returns: 12

    Is that something you can work with?

    Ron,

    This is awesome....EXACTLY what I needed and it works beautifully. Thanks so much!!!!!!!

+ 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