Ask Experts Questions for FREE Help !
Ask
    rbutler6's Avatar
    rbutler6 Posts: 4, Reputation: 1
    New Member
     
    #1

    Nov 16, 2009, 04:02 PM
    How can I connect one sheet 1 in excel to sheet 2 so it will update the information.
    What I am trying to do is I have a schedule with drop down boxes I want to beable to click on a name in the dropdown box next to a time slot for appointments which are listed under the days date like a calendar, but once clicked I need it to update the list on the first sheet next to the same name that was clicked. So that the name will show the current appointment that was just scheduled. Then I need to attach the calendar to the switchboard that I have in my access database so that I have a button to open the excel appointment schedule with. I think that explains it :confused: so if any one has any idea on how to connect the two sheets in excel by updating I would appreciate it then I can work on my other problem, switchboard:eek:
    majika's Avatar
    majika Posts: 4, Reputation: 1
    New Member
     
    #2

    Nov 16, 2009, 04:41 PM

    go to the cell that you want to link to the cell from the other sheet and type =
    then go to the other sheet and select the cell you want it to relate to then press enter. It now points to that sheet.

    Nope this helps
    JBeaucaire's Avatar
    JBeaucaire Posts: 5,426, Reputation: 997
    Software Expert
     
    #3

    Nov 16, 2009, 11:32 PM

    Post up your workbook showing the sheet where you want your Daily calendar and the sheet where you're doing the drop boxes to select appointments. I'm sure can get them connected in a way that's usable.

    Click GO ADVANCED and use the paperclip icon to post up your workbook.
    rbutler6's Avatar
    rbutler6 Posts: 4, Reputation: 1
    New Member
     
    #4

    Nov 17, 2009, 08:22 AM
    I don't see the GO ADVANCED or a paper clip, where would it be.
    rbutler6's Avatar
    rbutler6 Posts: 4, Reputation: 1
    New Member
     
    #5

    Nov 17, 2009, 08:41 AM
    Quote Originally Posted by JBeaucaire View Post
    Post up your workbook showing the sheet where you want your Daily calendar and the sheet where you're doing the drop boxes to select appointments. I'm sure can get them connected in a way that's usable.

    Click GO ADVANCED and use the paperclip icon to post up your workbook.
    I hope I am doing this right:confused: but I found the paper clip am attaching the file please let me know what I am doing wrong. I have worked on this for a while and still am confused.

    Thank you even if you can't help, I will have to start over if I can't figure it out.
    Attached Files
  1. File Type: zip Appointment Schedule.zip (23.1 KB, 199 views)
  2. JBeaucaire's Avatar
    JBeaucaire Posts: 5,426, Reputation: 997
    Software Expert
     
    #6

    Nov 17, 2009, 04:48 PM

    PATIENT NAMES

    I added a dynamic named range called Patients that will expand itself automatically as you add names to column E of the Patients List sheet.

    I removed the unfriendly and hard to maintain combo boxes and replaced them with simple in-cell drop down validation lists that use the same dynamic named range created above. Those validation lists are now in columns B, D, etc.

    ======
    FORMULAS IN PATIENTS LIST

    (Thanks to DonKeyOte from ExcelForum.com for providing 99% of this part.)

    The array formula in O2 is:
    =IF(OR($E2="",COUNTIF(Scheduler!$B$3:$P$26,$E2&"") =0),"",INDEX(Scheduler!$A$1:$O$1,MIN(IF(Scheduler! $B$3:$P$26=$E2,COLUMN($A$3:$O$23)))))

    This formula is confirmed by pressing CTRL-SHIFT-ENTER. You'll see curly braces {} appear around your formula indicating the array is active in that cell.

    This formula will find the FIRST appointment for the name in that row in the Scheduler columns and show you the date.

    In P2, this regular formula provides the matching time:
    =IF(O2="","",INDEX(Scheduler!$1:$100,MATCH(E2,INDE X(Scheduler!$1:$100,0,MATCH(O2,Scheduler!$1:$1,0)+ 1),0),MATCH(O2,Scheduler!$1:$1,0)))
    Attached Files
  3. File Type: zip Appointment Scheduler.zip (18.2 KB, 185 views)
  4. rbutler6's Avatar
    rbutler6 Posts: 4, Reputation: 1
    New Member
     
    #7

    Nov 17, 2009, 06:20 PM
    Quote Originally Posted by JBeaucaire View Post
    PATIENT NAMES

    I added a dynamic named range called Patients that will expand itself automatically as you add names to column E of the Patients List sheet.

    I removed the unfriendly and hard to maintain combo boxes and replaced them with simple in-cell drop down validation lists that use the same dynamic named range created above. Those validation lists are now in columns B, D, etc.

    ======
    FORMULAS IN PATIENTS LIST

    (Thanks to DonKeyOte from ExcelForum.com for providing 99% of this part.)

    The array formula in O2 is:
    =IF(OR($E2="",COUNTIF(Scheduler!$B$3:$P$26,$E2&"") =0),"",INDEX(Scheduler!$A$1:$O$1,MIN(IF(Scheduler! $B$3:$P$26=$E2,COLUMN($A$3:$O$23)))))

    This formula is confirmed by pressing CTRL-SHIFT-ENTER. You'll see curly braces {} appear around your formula indicating the array is active in that cell.

    This formula will find the FIRST appointment for the name in that row in the Scheduler columns and show you the date.

    In P2, this regular formula provides the matching time:
    =IF(O2="","",INDEX(Scheduler!$1:$100,MATCH(E2,INDE X(Scheduler!$1:$100,0,MATCH(O2,Scheduler!$1:$1,0)+ 1),0),MATCH(O2,Scheduler!$1:$1,0)))
    Thank you so much, I have been working on this for 3 weeks and still not done. If you know where I can find out how to connect this to a switchboard in Access so that it will open when button is clicked please let me know. That is I think one of the last things I have to do.

    Thank you so much
    Rose:D:p;):)
    JBeaucaire's Avatar
    JBeaucaire Posts: 5,426, Reputation: 997
    Software Expert
     
    #8

    Nov 17, 2009, 09:16 PM

    No, I don't use Access. Sorry.

    But there are many good Access forums out there:

    Access Tables & Databases - Excel Help Forum

    Microsoft Access - MrExcel Message Board

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

How to connect one excel sheet to other excel sheet [ 28 Answers ]

How to connect one excel sheet to other excel sheet.

Connect two different sheet in Excel 2007 [ 6 Answers ]

I am using Excel 2007. I want to put the calculation part or the detail figure in one sheet. And I want to put the relating pi chart or some other graphical representation on some other sheet. How I would relate these two sheets so that when I make any changes in the figure in the first sheet...

FIFO Excel Sheet [ 3 Answers ]

My name is Imran, I am working in one of Restaurant and my boss has recently asked to prepare the file of consumption which has automatically link with receipes file and it has following features as well;- Stock inventory of each item Closing inventory facitlities When we put the sold amount it...

Link spread sheets sheet 1 to sheet 2 , 2 to sheet 3 [ 4 Answers ]

I have attach what I have done on the site. What I need to do is link all of the data from sheet one to sheet 2. All I have found so far is how to link one cell to the other cell. In sheet 1 I have af 3 to af 699 . I need to bring all that data to sheet 2 to (d3 to d24) Sheet 2 will link into...

Tick Sheet for Excel [ 0 Answers ]

I am creating a "Table of Measurements" for a moving company in Excel, and they require that in the "# of pieces" cells that a number "1" or a similar character be placed in the cell rather than a "2" for two pieces or a "3" for three pieces, etc. So if there are 4 pieces, the cell would have...


View more questions Search