+ Reply to Thread
Results 1 to 6 of 6

Today's Birthday List

  1. #1
    Forum Contributor
    Join Date
    11-10-2012
    Location
    India
    MS-Off Ver
    Excel 2003 to Excel 2010
    Posts
    235

    Lightbulb Today's Birthday List

    Hi,

    I have attached a Master data of all persons, where i need to find out those persons whose Birthday are today (by Formula).
    I tried by formula (in same sheet) but couldnt make it. So please help me out.

    Thanks
    Attached Files Attached Files
    Click on (*), if you agree.

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,148

    Re: Today's Birthday List

    Try

    =IFERROR(INDEX(Table1,SMALL(IF((MONTH(Table1[@[Date of Birth]])=MONTH(TODAY()))*(DAY((Table1[@[Date of Birth]]))=DAY(TODAY())),ROW(Table1[Date of Birth])-ROW($C$4)+1,""),ROWS($A$4:A4)),MATCH(G$3,Table1[#Headers],0)),"")

  3. #3
    Forum Contributor
    Join Date
    11-10-2012
    Location
    India
    MS-Off Ver
    Excel 2003 to Excel 2010
    Posts
    235

    Re: Today's Birthday List

    John, i tried but its not working.

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,148

    Re: Today's Birthday List

    Try

    =IFERROR(INDEX(Table1,SMALL(IF((MONTH(Table1[Date of Birth])=MONTH(TODAY()))*(DAY((Table1[Date of Birth]))=DAY(TODAY())),ROW(Table1[Date of Birth])-ROW($C$4)+1,""),ROWS($A$4:A4)),MATCH(G$3,Table1[#Headers],0)),"")

  5. #5
    Forum Expert
    Join Date
    03-20-2015
    Location
    Primarily UK, sometimes NL
    MS-Off Ver
    Work: Office 365 / Home: Office 2010
    Posts
    2,405

    Re: Today's Birthday List

    With John's array formula in G4 dragged down, you just need simple lookups in H4 to K4, dragged down:
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Edit: Just ignore this. After John's post below, I realised I'd read the final Match to include $G$3.
    Last edited by Aardigspook; 06-15-2016 at 08:44 AM. Reason: Add acknowledgement of next post.
    Regards,
    Aardigspook

    I recently started a new job so am a bit busy and may not reply quickly. Sorry - it's not personal - I will reply eventually.
    If your problem is solved, please go to 'Thread Tools' above your first post and 'Mark this Thread as Solved'.
    If you use commas as your decimal separator (1,23 instead of 1.23) then please replace commas with semi-colons in your formulae.
    You don't need to give me rep if I helped, but a thank-you is nice.

  6. #6
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,148

    Re: Today's Birthday List

    It is easier just to drag the formula across and down (as per the original): the formula matches the column..

+ 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. Today is my birthday!
    By bulina2k in forum The Water Cooler
    Replies: 9
    Last Post: 02-20-2016, 03:14 PM
  2. [SOLVED] Filter today's birthday
    By mukeshbaviskar in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 12-26-2013, 12:29 AM
  3. Highlight row if today birthday
    By dingdang in forum Excel General
    Replies: 4
    Last Post: 10-21-2013, 01:57 AM
  4. Today is my(Forum) Birthday!
    By Fotis1991 in forum The Water Cooler
    Replies: 19
    Last Post: 10-19-2012, 08:17 AM
  5. [SOLVED] Which members have a birthday today?
    By adofp in forum Excel - New Users/Basics
    Replies: 9
    Last Post: 08-14-2012, 07:50 PM
  6. Creating message if Contact's birthday is today
    By ElmerS in forum Outlook Programming / VBA / Macros
    Replies: 8
    Last Post: 05-25-2009, 04:10 PM

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