+ Reply to Thread
Results 1 to 6 of 6

Star Sign Calculation

  1. #1
    Registered User
    Join Date
    01-20-2011
    Location
    london
    MS-Off Ver
    Excel 2003
    Posts
    32

    Star Sign Calculation

    Hi All

    I need to calculate what the star sign is for a list of individual references.

    The first sheet has:

    Column A - References
    Column B - Date of Birth (not all references have an entry in column B)
    Column C - What the star sign is (need formula for this in relation to column B)

    the second sheet has:

    A named table, 'Sign' in relation to star signs. First column is the sign, second is the start date of the sign (dd.mm). However cant stop year being added in actual entry.

    All dates are in english format, i.e. dd/mm/yyyy

    Can somebody please work out how to calculate the star sign. (on sheet please)

    Have attached my workbook.

    Thank you
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,422

    Re: Star Sign Calculation

    The start date in your table may look like dd.mm (actually, "mmm-dd"), but it actually contains a date - these all start on 1st of the month, but are for different years. I thought star signs tend to start about the 19th/20th of a month, so can you supply me with the exact start dates (year is irrelevant) for each sign, and then I can set this up for you.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    01-20-2011
    Location
    london
    MS-Off Ver
    Excel 2003
    Posts
    32

    Re: Star Sign Calculation

    Quote Originally Posted by Pete_UK View Post
    The start date in your table may look like dd.mm (actually, "mmm-dd"), but it actually contains a date - these all start on 1st of the month, but are for different years. I thought star signs tend to start about the 19th/20th of a month, so can you supply me with the exact start dates (year is irrelevant) for each sign, and then I can set this up for you.

    Hope this helps.

    Pete
    Aries
    March 21 -
    April 19

    Taurus
    April 20 -
    May 20

    Gemini
    May 21 -
    June 20

    Cancer
    June 21 -
    July 22

    Leo
    July 23 -
    August 22

    Virgo
    August 23 -
    September 22

    Libra
    September 23 -
    October 22

    Scorpio
    October 23 -
    November 21

    Sagittarius
    November 22 -
    December 21

    Capricorn
    December 22 -
    January 19

    Aquarius
    January 20 -
    February 18

    Pisces
    February 19 -
    March 20

    Thanks

  4. #4
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,080

    Re: Star Sign Calculation

    See my attached file, I've dropped the year in your Star Sign chart and just used month and date.
    Note the order is from the start of the year hence Capricorn occurs twice since it is at the start of the year and the end.
    Attached Files Attached Files
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  5. #5
    Forum Contributor
    Join Date
    08-14-2006
    Location
    USA
    MS-Off Ver
    2019
    Posts
    686

    Re: Star Sign Calculation

    here's another option.

    I too placed your second sheet in order and changed the years of the dates
    Attached Files Attached Files

  6. #6
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,422

    Re: Star Sign Calculation

    I made all the dates relate to the year 2000, so the formula in C2 of the Data sheet is:

    =IF(B2="","",INDEX('Star Sign'!$A$2:$A$14,MATCH(DATE(2000,MONTH(B2),DAY(B2)),'Star Sign'!$B$2:$B$14)))

    Hope this helps.

    Pete
    Attached Files Attached Files

+ 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