Could you help me with using Excel?


  1. Posts : 359
    Windows 7 Professional 64bit
       #1

    Could you help me with using Excel?


    All the things I need help with have been mentioned on the Excel document.

    I created a example spreadsheet.

    Please could someone help?

    https://www.dropbox.com/s/6ns561feblzolaj/example.xlsx
      My Computer


  2. Posts : 784
    Linux Mint 17 Cinnamon | Win 7 Ult x64
       #2

    Hi,

    To see today's day use the function =Today() and under format cells select a custom format and put in 4 d's. Eg. dddd. That will make the cell show the day of the week.

    To have multiple people able to access the spreadsheet at the same time go to Review > Share Workbook, and tick the check box for "allow multiple users to update..."

    Then click on the advanced tab. Under Update changes select "Automatically" and set the number of minutes you would like the spreadsheet updated.

    hth
    Tanya
      My Computer


  3. Posts : 359
    Windows 7 Professional 64bit
    Thread Starter
       #3

    TanyaC said:
    Hi,

    To see today's day use the function =Today() and under format cells select a custom format and put in 4 d's. Eg. dddd. That will make the cell show the day of the week.

    To have multiple people able to access the spreadsheet at the same time go to Review > Share Workbook, and tick the check box for "allow multiple users to update..."

    Then click on the advanced tab. Under Update changes select "Automatically" and set the number of minutes you would like the spreadsheet updated.

    hth
    Tanya
    Thank you for your response.

    Anyone know the answers to the other questions?

    Also the answer to this additional question...

    I created an in cell drop-down menu, you only realise it is a drop-down menu when you click the cell as the down arrow shows.

    Is it possible to have the down arrow showing permanently so users are aware it is a drop-down menu before actually clicking the cell.
      My Computer


  4. Posts : 784
    Linux Mint 17 Cinnamon | Win 7 Ult x64
       #4

    mangoh said:
    Anyone know the answers to the other questions?
    I thought I'd covered all of them. What did I miss?

    mangoh said:
    I created an in cell drop-down menu, you only realise it is a drop-down menu when you click the cell as the down arrow shows.

    Is it possible to have the down arrow showing permanently so users are aware it is a drop-down menu before actually clicking the cell.
    Using data validation "list" - No you can't. Using form controls and VBA code, yes you can.

    I generally just insert a down arrow in the adjacent cell, and use a description of "Select xyz:" so it becomes apparent that it is a select list. I agree, it is a pain in the bum.
      My Computer


  5. Posts : 359
    Windows 7 Professional 64bit
    Thread Starter
       #5

    TanyaC said:
    mangoh said:
    Anyone know the answers to the other questions?
    I thought I'd covered all of them. What did I miss?

    mangoh said:
    I created an in cell drop-down menu, you only realise it is a drop-down menu when you click the cell as the down arrow shows.

    Is it possible to have the down arrow showing permanently so users are aware it is a drop-down menu before actually clicking the cell.
    Using data validation "list" - No you can't. Using form controls and VBA code, yes you can.

    I generally just insert a down arrow in the adjacent cell, and use a description of "Select xyz:" so it becomes apparent that it is a select list. I agree, it is a pain in the bum.
    Erm the refresh button as the idea is a user presses this button prior to making a call as then it shows them if someone is available.

    Also any ideas on automatic input for availability.

    Also thanks, I'll use a combo box for the drop-down menu.
      My Computer


  6. Posts : 784
    Linux Mint 17 Cinnamon | Win 7 Ult x64
       #6

    Hi,

    Sorry, I thought the auto update interval on the sharing dialogue would suit your needs. Since, every time it updates the workbook, it also refreshes what you see (that is, it behaves exactly like a refresh button).

    Look at the image below; The "And see others' changes". This is effectively a refresh option.

    A refresh button can be achieved using VBA code. What it would do is load the worksheet from it source location. But since it is possible there are unsaved changes, it must first save the workbook.

    The code would go something like this...

    'below code for saving and closing the workbook
    Workbooks("book1.xls").Activate
    ActiveWorkbook.Save
    ActiveWorkbook.Close

    'opening workbook
    Workbooks.Open Filename:="c:\book1.xls"

    ---
    You must activate it before attempting to close it. Insert full path to file name.

    Now, as to automatically inputting availability;

    This implies that there is a fixed availability list. Where does this availability come from? If it's automatic it has to be stored somewhere. If it's static you would just update it and save the sheet.

    If you want them to have the same availability for the whole week, then just get them to enter the first day and use formulas to replicate the availability across the rest of the week.

    If I am on the wrong track, please explain what you mean by "automatic availability".


    Tanya
    Attached Thumbnails Attached Thumbnails Could you help me with using Excel?-sf2.jpg  
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 18:50.
Find Us