Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have to create a large wb with one sheet per day named actual dates. On the
front page i need a cell to put the desired sheet (by entering date) to go to. I'm thinking a cell to enter date and a "Go to" button. Is this possible? PS! I'm not familiar with macros |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try the below.
--In cell A1 enter the date (excel date/time format) --In cell B1 enter the below formula. --The sheet names are assumed to be in the format mmddyyyyy eg: 11112009,11122009,11132009.. Change the format to suit in the formula... --A link will appear only if there is a valid sheet name in cell A1. =IF(ISERROR(CELL("address",INDIRECT( "'" & TEXT(A1,"mmddyyyy") & "'!A1"))),"",HYPERLINK("#" & CELL("address", INDIRECT( "'" & TEXT(A1,"mmddyyyy") & "'!A1")),"Clickme")) If this post helps click Yes --------------- Jacob Skaria "Espen Rostad" wrote: I have to create a large wb with one sheet per day named actual dates. On the front page i need a cell to put the desired sheet (by entering date) to go to. I'm thinking a cell to enter date and a "Go to" button. Is this possible? PS! I'm not familiar with macros |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
=HYPERLINK("#"&CELL("address", ADDRESS(MATCH(VALUE(B3),QuoteNotes, | Excel Worksheet Functions | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
HELP on "left","right","find","len","substitute" functions | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel |