+ Reply to Thread
Results 1 to 22 of 22

remember birthday

  1. #1
    Registered User
    Join Date
    12-20-2010
    Location
    athens
    MS-Off Ver
    Excel 2010
    Posts
    35

    remember birthday

    find the name
    Attached Files Attached Files

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: remember birthday

    Sorry for off-topic interjection:

    Although there is no official rule regarding this behavior, we request that wherever possible both the question AND the answer be provided in substantive detail here within the thread. An attached workbook is an excellent aid for posing a question and offering a solution, but solely doing that with no in thread explanation makes it difficult for researchers to understand or consider the Q & A of this thread without downloading what may be a pointless doc to them, if they can do that at all. Doing that also hides the content from search engines so others may never benefit from this.

    I'm sure you understand, and we look forward to seeing you post your formulas/macros in your posts for the searching benefit of all.

    Thanks again for all your hard work here!
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: remember birthday

    Row\Col
    A
    B
    C
    D
    1
    today
    2
    9/9/15
    3
    4
    5
    name
    birthday
    Next Bday
    6
    James
    11 Aug 1977
    11 Aug 2016
    C6: =EDATE(B6, 12*(DATEDIF(B6 + 1, $C$2, "y") + 1))
    7
    John
    25 Jun 1975
    25 Jun 2016
    8
    Richard
    03 Jul 1980
    03 Jul 2016
    9
    Charles
    05 Dec 1972
    05 Dec 2015
    10
    George
    26 Jul 1978
    26 Jul 2016


    Sort by the Next Bday column.
    Entia non sunt multiplicanda sine necessitate

  4. #4
    Registered User
    Join Date
    12-20-2010
    Location
    athens
    MS-Off Ver
    Excel 2010
    Posts
    35

    Re: remember birthday

    FDibbins sorry.

    shg, press enter and error (attachments)
    Attached Images Attached Images

  5. #5
    Forum Expert
    Join Date
    08-12-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    5,636

    Re: remember birthday

    probably Edate problem with 2003

    see workaround
    http://answers.microsoft.com/en-us/o...4996ac8?auth=1
    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  6. #6
    Forum Expert Doc.AElstein's Avatar
    Join Date
    05-23-2014
    Location
    '_- Germany >Outside Building things.... Mostly
    MS-Off Ver
    Office 2003 2007 2010 PC but Not mac. XP and Vista mostly, sometimes Win 7
    Posts
    3,618

    Re: remember birthday

    Quote Originally Posted by manos77 View Post
    find the name
    Hi Mannos

    ..... Maybe
    http://gr.excel-translator.de/
    http://gr.excel-translator.de/translator/

    .. shg Formula is very clever. It works good.

    .. I have done you another very simple Formula

    Using Excel 2007
    Row\Col
    A
    B
    C
    D
    E
    1
    today
    2
    10.09.2015
    3
    4
    5
    names birthday birthday today
    6
    James A
    11.08.1977
    11.08.2016
    7
    Johny B Good
    25.06.1975
    25.06.2016
    8
    Richards
    03.07.1980
    03.07.2016
    9
    Charles Wells
    05.12.1972
    05.12.2015
    10
    George W___
    10.09.1972
    10.09.2015
    George W___ birthday today
    11
    George W___
    12
    13
    write name
    F????1 (2)

    ................................

    Using Excel 2007
    Row\Col
    A
    B
    C
    D
    E
    1
    today
    2
    =TODAY()
    3
    4
    5
    names birthday birthday today
    6
    James A
    11.08.1977
    =EDATE(B6, 12*(DATEDIF(B6 + 1, $C$2, "y") + 1))
    =IF($C$2=C6,A6,"")
    7
    Johny B Good
    25.06.1975
    =EDATE(B7, 12*(DATEDIF(B7 + 1, $C$2, "y") + 1))
    =IF($C$2=C7,A7,"")
    8
    Richards
    03.07.1980
    =EDATE(B8, 12*(DATEDIF(B8 + 1, $C$2, "y") + 1))
    =IF($C$2=C8,A8,"")
    9
    Charles Wells
    05.12.1972
    =EDATE(B9, 12*(DATEDIF(B9 + 1, $C$2, "y") + 1))
    =IF($C$2=C9,A9,"")
    10
    George W___
    10.09.1972
    =EDATE(B10, 12*(DATEDIF(B10 + 1, $C$2, "y") + 1))
    =IF($C$2=C10,A10,"") birthday today
    11
    =D6 & D7 & D8 &D9 & D10
    12
    13
    write name
    F????1 (2)
    ....

    . Array Formula ( CSE ) is better maybe?. I not know how. Sorry. Maybe someone else can help here, I am sure it can be done

    . Maybe my simple Formula helps a little ?

    Alan
    Attached Files Attached Files
    Last edited by Doc.AElstein; 09-10-2015 at 08:48 AM.
    '_- Google first, like this _ site:ExcelForum.com Gamut
    Use Code Tags: Highlight code; click on the # icon above,
    Post screenshots COPYABLE to a Spredsheet; NOT IMAGES PLEASE
    http://www.excelforum.com/the-water-...ml#post4109080
    https://app.box.com/s/gjpa8mk8ko4vkwcke3ig2w8z2wkfvrtv
    http://excelmatters.com/excel-forums/ ( Scrolll down to bottom )

  7. #7
    Registered User
    Join Date
    12-20-2010
    Location
    athens
    MS-Off Ver
    Excel 2010
    Posts
    35

    Re: remember birthday

    Thanks alan.

    I have another question
    http://www.excelforum.com/non-englis...tically-2.html

  8. #8
    Forum Expert Doc.AElstein's Avatar
    Join Date
    05-23-2014
    Location
    '_- Germany >Outside Building things.... Mostly
    MS-Off Ver
    Office 2003 2007 2010 PC but Not mac. XP and Vista mostly, sometimes Win 7
    Posts
    3,618

    Re: remember birthday

    Hi Mannos,

    . 1)
    Quote Originally Posted by manos77 View Post
    Thanks alan.
    ......
    Did the Formula from me and shg work good ?

    Alan

  9. #9
    Forum Expert Doc.AElstein's Avatar
    Join Date
    05-23-2014
    Location
    '_- Germany >Outside Building things.... Mostly
    MS-Off Ver
    Office 2003 2007 2010 PC but Not mac. XP and Vista mostly, sometimes Win 7
    Posts
    3,618

    Re: remember birthday

    Hi humdingaling
    Quote Originally Posted by humdingaling View Post
    probably Edate problem with 2003
    ...
    . can you elaborate?? The OP has .xlsx files, so is presumably using XL 2007 + ,. And probably has just problems with copying in a formula etc.. I did not understand what you were getting at
    Thanks
    Alan

  10. #10
    Forum Expert
    Join Date
    12-09-2014
    Location
    Trakai, Lithuania
    MS-Off Ver
    2016
    Posts
    1,294

    Re: remember birthday

    Formula: copy to clipboard
    Please Login or Register  to view this content.

  11. #11
    Forum Expert Doc.AElstein's Avatar
    Join Date
    05-23-2014
    Location
    '_- Germany >Outside Building things.... Mostly
    MS-Off Ver
    Office 2003 2007 2010 PC but Not mac. XP and Vista mostly, sometimes Win 7
    Posts
    3,618

    Re: remember birthday

    Quote Originally Posted by Czeslaw View Post
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    . Wow, I do not think I have time to break it down to understand it, but it works great!
    Alan

  12. #12
    Registered User
    Join Date
    12-20-2010
    Location
    athens
    MS-Off Ver
    Excel 2010
    Posts
    35

    Re: remember birthday

    work good, very good.

  13. #13
    Forum Expert
    Join Date
    08-12-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    5,636

    Re: remember birthday

    Sorry Alan
    i was reading the profile of the user (XL2003)
    i go by the the file

  14. #14
    Forum Expert Doc.AElstein's Avatar
    Join Date
    05-23-2014
    Location
    '_- Germany >Outside Building things.... Mostly
    MS-Off Ver
    Office 2003 2007 2010 PC but Not mac. XP and Vista mostly, sometimes Win 7
    Posts
    3,618

    Re: remember birthday

    Quote Originally Posted by humdingaling View Post
    Sorry Alan
    i was reading the profile of the user (XL2003)
    i go by the the file
    ?? His Profile shows XL2010 by me?? and all his Files were .xlsx or .xlsm ???
    .
    ........................
    .
    . Also I think the error mannos got is the typical one got when attempting to type in a formula of wrong syntax. I was initially expecting maybe he had problems with converting the formula to the Greek formula language. So i supplied him links to Excel Formula Translation sites.
    .
    . But I note when I translated an English formula to Greek using that site the formulas came back in English. I do not know if there are indeed different formulas in Greek. There certainly are in German.
    .
    . mannos has had the formula and solution “given on a plate” now with a file, which he eventually usually seems to need.
    . As I said, In my German system my Formulas are in a different language to English, so if given in English I must convert manually or use the Translation sites I referenced. But in such a case I do find it very helpful if someone supplies me with a File. This is because when I open the English File ( with English formulas in it ) in my German Excel, then the formulas are automatically converted to German.
    . Anyway mannos appears Happy.

    .
    . Out of interest I would be interested if any Greek speakers / user out there can tell me if Greek Excel has different formula conventions,.. This would help me in future to help people like mannos. Unfortunately mannos has great difficulty understanding English so could not advise me of that when I ask, making helping him even more difficult
    .
    . can anyone answer that question . Are indeed Formulas different in Greek Excel versions. I was unable to Google a quick answer on that one?
    Thanks
    Alan

  15. #15
    Forum Expert
    Join Date
    08-12-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    5,636

    Re: remember birthday

    profile was just updated

  16. #16
    Banned User!
    Join Date
    10-29-2012
    Location
    Europe
    MS-Off Ver
    2013, 2016
    Posts
    318

    Re: remember birthday

    Hi,

    sgh formula is good.
    The problem with OP is "regional settings"!. He/she, use ";" not "," in formula.
    so shg formula will be:
    =EDATE(B6;12*(DATEDIF(B6 + 1; $C$2; "y") + 1))

  17. #17
    Forum Expert Doc.AElstein's Avatar
    Join Date
    05-23-2014
    Location
    '_- Germany >Outside Building things.... Mostly
    MS-Off Ver
    Office 2003 2007 2010 PC but Not mac. XP and Vista mostly, sometimes Win 7
    Posts
    3,618

    Re: remember birthday

    Quote Originally Posted by Indi_Ra View Post
    Hi,

    sgh formula is good.
    The problem with OP is "regional settings"!. He/she, use ";" not "," in formula.
    so shg formula will be:
    =EDATE(B6;12*(DATEDIF(B6 + 1; $C$2; "y") + 1))

    ...you are correct Thanks, I overlooked that:

    English C6: =EDATE(B6, 12*(DATEDIF(B6 + 1, $C$2, "y") + 1))
    German C6:=EDATUM(B6; 12*(DATEDIF(B6 + 1; $C$2; "y") + 1))
    Greek C6: =EDATE(B6; 12*(DATEDIF(B6 + 1; $C$2; "y") + 1))



    Thanks Indi_Ra
    Alan

  18. #18
    Forum Expert Doc.AElstein's Avatar
    Join Date
    05-23-2014
    Location
    '_- Germany >Outside Building things.... Mostly
    MS-Off Ver
    Office 2003 2007 2010 PC but Not mac. XP and Vista mostly, sometimes Win 7
    Posts
    3,618

    Re: remember birthday

    @ humdingaling
    Quote Originally Posted by humdingaling View Post
    profile was just updated
    ..I did not see any change, sorry.
    .....................................................

    @ mannos
    Quote Originally Posted by manos77 View Post
    Quote Originally Posted by manos77 View Post
    change columns
    http://www.excelforum.com/non-englis...ml#post4185849

    .................
    . 1 ) It is preferred at Excel Forum if you could start a new Thread for a new Question. If you do that you can reference the previous Threads if you feel that they are relevant. So you would start the new Thread with:

    “.... This Thread follows on from
    http://www.excelforum.com/non-englis...ml#post4185849
    http://www.excelforum.com/excel-gene...ml#post4186055
    ......”....................

    . 2) It is not clear to me what you require in your new question.
    . 2a) If you start a new Thread please try to explain more clearly both in the Thread as asked by FDibbins
    http://www.excelforum.com/excel-gene...ml#post4185544
    and
    . 2b) Please give a clear “Before” and “After”, in separate sheets or in two files. And please state clearly what it is you do that should cause the “Before “ to change into the “After”

    Alan

  19. #19
    Forum Expert
    Join Date
    06-08-2012
    Location
    Left the forum!
    MS-Off Ver
    Left the forum!
    Posts
    5,189

    Re: remember birthday

    Quote Originally Posted by humdingaling View Post
    probably Edate problem with 2003

    see workaround
    http://answers.microsoft.com/en-us/o...4996ac8?auth=1
    Going back to this issue, not having the analysis toolpak enabled would result in #NAME? errors, not the error shown.

    My guess would be that Greek language excel requires semicolon delimited formulae, not comma delimited, and that the OP has copied the formula directly from shg's post.

  20. #20
    Forum Expert Doc.AElstein's Avatar
    Join Date
    05-23-2014
    Location
    '_- Germany >Outside Building things.... Mostly
    MS-Off Ver
    Office 2003 2007 2010 PC but Not mac. XP and Vista mostly, sometimes Win 7
    Posts
    3,618

    Re: remember birthday

    Quote Originally Posted by jason.b75 View Post
    .....
    My guess would be that Greek language excel requires semicolon delimited formulae, not comma delimited, and that the OP has copied the formula directly from shg's post.
    Thanks, I expected that too, eventually after Indi_Ra reminded me of that subtle difference in the Greek and German Formula version, the ; , which I had overlooked.... see posts #16 and # 17 etc.
    . So I think we are all in agreement now...the OP too!.....
    ..........................
    . In any case the File I gave the op originally had English, Greek and German Formula versions in it, and a full working File, which as I mentioned i expect would come up in his Excel version with the Formula automatically corrected to his Excel version / Language.
    . In such a formula case that is one sitution I find someone giving me the file very useful. The formula is then automatically corrected to the users system

    .. I think the OP is happy now anyway, and has the formula up and working ( Due his difficulty with English language I expect he is overwhelmed now anyway with all the help he has got here!!

    Alan
    Last edited by Doc.AElstein; 09-13-2015 at 07:06 AM.

  21. #21
    Registered User
    Join Date
    12-15-2011
    Location
    Aachen
    MS-Off Ver
    Excel 2010, 2016, 2016 Insider
    Posts
    3

    Re: remember birthday

    Hello,

    I have found this thread by a referer to my website (excel-translator). As Doc.AElstein asked if the excel functions have been translated to Greek,
    I can say: No. Only the error codes have been translated. That's why Greek is in the country list for the translator tool. I added the Greek error
    codes here...

    #NULL! #ΚΕΝΟ!
    #DIV/0! #ΔΙΑΙΡ./0!
    #VALUE! #ΤΙΜΗ!
    #REF! #ΑΝΑΦ!
    #NAME? #ΟΝΟΜΑ?
    #NUM! #ΑΡΙΘ!
    #N/A #Δ/Υ
    #GETTING_DATA #ΛΗΨΗ_ΔΕΔΟΜΕΝΩΝ

    Best Regards,
    Mourad

  22. #22
    Forum Expert Doc.AElstein's Avatar
    Join Date
    05-23-2014
    Location
    '_- Germany >Outside Building things.... Mostly
    MS-Off Ver
    Office 2003 2007 2010 PC but Not mac. XP and Vista mostly, sometimes Win 7
    Posts
    3,618

    Re: remember birthday

    Hi Mourad,
    Quote Originally Posted by maninweb View Post
    ..... if the excel functions have been translated to Greek,
    I can say: No. Only the error codes have been translated. That's why Greek is in the country list for the translator tool. I added the Greek error
    codes here............
    ... Thanks for coming in with that, so we have it really clear now that Excel Formulas are the same in Greek and English ( Except that the “,” in English formulas is replaced with a “;” in the Greek formula, as I obtained ( but overlooked initially ) in the Formula I got from your Translator
    . Thanks also for adding the extra error info.
    . And thanks very much for your Translator Tool. I have found it very useful in converting English formulas to use in my German Excel
    Alan

+ 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. Trying to remember formulas Help!
    By BrendaLee123 in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 05-05-2013, 08:40 PM
  2. Trying to remember...
    By neddyseagoon in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 08-29-2012, 09:20 AM
  3. How do you remember what you learned here!
    By livemusic in forum Excel General
    Replies: 6
    Last Post: 03-25-2012, 05:30 PM
  4. [SOLVED] Simple but I can't remember
    By Andibevan in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 04-13-2006, 02:15 PM
  5. I used to be able to do this, I can't remember how
    By punter in forum Excel General
    Replies: 3
    Last Post: 03-02-2006, 12:30 PM
  6. CheckBoxes how to remember changes
    By p. panter in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-15-2005, 03:35 PM
  7. I can't remember how to...
    By ForSale in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 06-14-2005, 12:26 AM
  8. [SOLVED] Remember and add
    By valeter in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 04-13-2005, 07:06 PM

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