#1   Report Post  
Posted to microsoft.public.excel.misc
jiji
 
Posts: n/a
Default pop up menu

hi
how can i set a function that gives me my members birthday whenever i open
excel. ex: like in outlook you have a pop up menu when you open it to tell
you happy birthday. does such a function exist in excel or access. thanks

jiana


  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default pop up menu

I'd use an adjacent column--formatted in big red letters:

=if(a2=today(),"Happy Birthday to: " & b2,"")

With the bday in A2 and the name in B2.

It's not quite a popup message, but it's easier and maybe it'll suffice.

jiji wrote:

hi
how can i set a function that gives me my members birthday whenever i open
excel. ex: like in outlook you have a pop up menu when you open it to tell
you happy birthday. does such a function exist in excel or access. thanks

jiana


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default pop up menu

I put the birthdate in A2. I put the person's name in B2.

=if(a2=today();"Happy Birthday to: " & b2; "")

If your birthday were today and you had "Jiji" in B2,
then you'd see:

Happy Birthday to: Jiji
in the cell with the formula.

If it wasn't your birthday, the cell would look blank ("").

The & operator is the concatenation symbol. It's used when you want to join
text:

="Hello" & " " & "There"
will look like:
Hello There

"" is just an empty string so that looks blank.


jiji wrote:

thanks for answering. but something wrong with my formula becase it shows
False once it is today's date. this is my formula: if a1 = today();
b1="happy birthday" if not "". what is the & means?
"Dave Peterson" a écrit dans le message de news:
...
I'd use an adjacent column--formatted in big red letters:

=if(a2=today(),"Happy Birthday to: " & b2,"")

With the bday in A2 and the name in B2.

It's not quite a popup message, but it's easier and maybe it'll suffice.

jiji wrote:

hi
how can i set a function that gives me my members birthday whenever i
open
excel. ex: like in outlook you have a pop up menu when you open it to
tell
you happy birthday. does such a function exist in excel or access. thanks

jiana


--

Dave Peterson


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Edit Menu will not automatically drop down anymore Irene Pai Excel Discussion (Misc queries) 5 May 12th 11 07:43 AM
Excel Menu Problem RONGGGG Excel Discussion (Misc queries) 4 June 13th 05 08:17 PM
What is a Conditional pull down menu? Neil Bhandar Excel Discussion (Misc queries) 2 May 3rd 05 02:55 PM
My file menu is not on the menu bar. karyn slm Excel Discussion (Misc queries) 3 January 11th 05 05:59 AM
Menu items added with menu item editor in older versions Michael Hoffmann Excel Discussion (Misc queries) 2 January 7th 05 01:40 PM


All times are GMT +1. The time now is 01:42 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"