+ Reply to Thread
Results 1 to 22 of 22

Can i create daily dairy on excel or access?

Hybrid View

  1. #1
    Registered User
    Join Date
    01-01-2017
    Location
    Lahore, Pakistan
    MS-Off Ver
    2010
    Posts
    14

    Question Can i create daily dairy on excel or access?

    Actually I am still confused to describe my question lol but let me try, well i want to create a dairy on MS Excel in which i want put my daily working, I am a medical representative and my job is to visit doctors ok now my all doctors are coded by company, if i make a daily dairy on excel then it will be easy for me to check my routine working, is that possible if just enter just code of specific doctor in one cell and other cells complete automatically like name of doctor, specialty, clinic area and visit time.. please help if i can do this with excel formulation.. Thank You

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2504 (Windows 11 Home 24H2 64-bit)
    Posts
    90,691

    Re: Can i create daily dairy on excel or access?

    Welcome to the forum!

    Yes, it is all possible. Best thing is to provide a workbook showing the layout you want.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    01-01-2017
    Location
    Lahore, Pakistan
    MS-Off Ver
    2010
    Posts
    14

    Re: Can i create daily dairy on excel or access?

    Thank you so much for your reply here is the example what i want:

    Sr # Dr. Code Dr. Name Specialty Clinical Area Visit Time
    1 20194 Asif Hayyat General Practitioner Al Faisal Town 9am

    if i enter just fill Dr. code and remaining fill automatically..
    Last edited by m.shahbaz; 01-01-2017 at 07:46 AM.

  4. #4
    Registered User
    Join Date
    01-01-2017
    Location
    Lahore, Pakistan
    MS-Off Ver
    2010
    Posts
    14

    Re: Can i create daily dairy on excel or access?

    Sr # Dr. Code Dr. Name Specialty Clinic Area Visit Timing
    1 20194 Asif Hayyat General Practitioner Al Faisal Town 9am

  5. #5
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,279

    Re: Can i create daily dairy on excel or access?

    using vlookup you can do.
    Suppose your data in sheet2 as per your table shown.

    In sheet3 "A2" is Dr.Code
    Put formula in "B2"
    Formula: copy to clipboard
    =VLOOKUP($A2,Sheet2!$B$2:C$7,2,0)

    In "C2"
    Formula: copy to clipboard
    =VLOOKUP($A2,Sheet2!$B$2:D$7,3,0)

    In "D2"
    Formula: copy to clipboard
    =VLOOKUP($A2,Sheet2!$B$2:E$7,4,0)

    In "E2"
    Formula: copy to clipboard
    =VLOOKUP($A2,Sheet2!$B$2:F$7,5,0)


    atul


    If my answer (or that of other members) has helped you, please say "Thanks" by clicking the Add Reputation button at the foot of one of their posts.

    Also: if your problem is solved, please take the time to mark your thread as SOLVED by going to the top of your first post, selecting "Thread Tools" and then "Mark thread as solved".

  6. #6
    Registered User
    Join Date
    01-01-2017
    Location
    Lahore, Pakistan
    MS-Off Ver
    2010
    Posts
    14

    Re: Can i create daily dairy on excel or access?

    Quote Originally Posted by avk View Post
    using vlookup you can do.
    Suppose your data in sheet2 as per your table shown.

    In sheet3 "A2" is Dr.Code
    Put formula in "B2"
    Formula: copy to clipboard
    =VLOOKUP($A2,Sheet2!$B$2:C$7,2,0)

    In "C2"
    Formula: copy to clipboard
    =VLOOKUP($A2,Sheet2!$B$2:D$7,3,0)

    In "D2"
    Formula: copy to clipboard
    =VLOOKUP($A2,Sheet2!$B$2:E$7,4,0)

    In "E2"
    Formula: copy to clipboard
    =VLOOKUP($A2,Sheet2!$B$2:F$7,5,0)
    Thank you so so Much this was the excellent idea and i did exactly what i want to do..because of your help..

  7. #7
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    30,824

    Re: Can i create daily dairy on excel or access?

    See the attached: this is based on a diary/calendar routine from "Pete_UK"


    Tab "Doctors" has the details of Doctors .

    The "Activity" column concatenates the details from "Doctors" based on "Dr code" plus "Visit Time" .
    Attached Files Attached Files

  8. #8
    Registered User
    Join Date
    01-01-2017
    Location
    Lahore, Pakistan
    MS-Off Ver
    2010
    Posts
    14

    Re: Can i create daily dairy on excel or access?

    Quote Originally Posted by JohnTopley View Post
    See the attached: this is based on a diary/calendar routine from "Pete_UK"


    Tab "Doctors" has the details of Doctors .

    The "Activity" column concatenates the details from "Doctors" based on "Dr code" plus "Visit Time" .
    Thank you so so much to you also your post give me another idea to put all data in calendar as well.. Awesome

  9. #9
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2504 (Windows 11 Home 24H2 64-bit)
    Posts
    90,691

    Re: Can i create daily dairy on excel or access?

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

  10. #10
    Registered User
    Join Date
    01-01-2017
    Location
    Lahore, Pakistan
    MS-Off Ver
    2010
    Posts
    14

    Re: Can i create daily dairy on excel or access?

    Hey @JohnTopley

    See the attachment i make this sheet, if i want to add calendar in it, like you did then how can i do?? two sheets in it LookUP and Daily Dairy if i want to add third Calendar linked with Daily Dairy..
    Thank You
    Attached Files Attached Files

  11. #11
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    30,824

    Re: Can i create daily dairy on excel or access?

    See attached:
    Attached Files Attached Files

  12. #12
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,418

    Re: Can i create daily dairy on excel or access?

    I think it would be better to use the Lookup sheet just for the doctors' details, and to enter the Doctor code and time of visit in the Activities sheet, as John originally had it, otherwise you will be entering duplicate doctor details on the Lookup sheet.

    Pete

  13. #13
    Registered User
    Join Date
    01-01-2017
    Location
    Lahore, Pakistan
    MS-Off Ver
    2010
    Posts
    14

    Re: Can i create daily dairy on excel or access?

    Quote Originally Posted by JohnTopley View Post
    See attached:
    All good john thank you so much, all done with excel now is the any option to create a database app or website like this excel sheet work behind that app i just put the doctor code and submit button and it appears in calendar which you make.. I mean i want to shift this all into app or website presentable results by just putting doctor code and submit..
    May be i explain what i want..

  14. #14
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    30,824

    Re: Can i create daily dairy on excel or access?

    Please post a sample file showing how you wish this to work.

  15. #15
    Registered User
    Join Date
    01-01-2017
    Location
    Lahore, Pakistan
    MS-Off Ver
    2010
    Posts
    14

    Re: Can i create daily dairy on excel or access?

    I havn`t sample bro but let me try to explain again,
    I need a website or mobile app with two pages calendar and submission

    Visit Date Visit Time Doctor Code
    1st jan, 17 09:33am 20194

    This is all on submission page with submit button, I just put data in these text boxes and click on submit then it will redirect me into calendar page.. and at the back end same excel file which you already send me will work.. Actually i want to switch from excel into website or mobile app but working is same which we did in excel..

  16. #16
    Registered User
    Join Date
    01-01-2017
    Location
    Lahore, Pakistan
    MS-Off Ver
    2010
    Posts
    14

    Re: Can i create daily dairy on excel or access?

    I havn`t sample bro but let me try to explain again,
    I need a website or mobile app with two pages calendar and submission

    Visit Date Visit Time Doctor Code
    1st jan, 17 09:33am 20194


    Submit


    This is all on submission page with submit button, I just put data in these text boxes and click on submit then it will redirect me into calendar page.. and at the back end same excel file which you already send me will work.. Actually i want to switch from excel into website or mobile app but working is same which we did in excel..

  17. #17
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    30,824

    Re: Can i create daily dairy on excel or access?

    I don't have any expertise in switching data to a web site or mobile device.

    Quick search on the WEb shoes there are applications available to do this.

    example

    http://www.spreadsheetconverter.com/...FVXnGwodll0Aiw

  18. #18
    Registered User
    Join Date
    01-01-2017
    Location
    Lahore, Pakistan
    MS-Off Ver
    2010
    Posts
    14

    Re: Can i create daily dairy on excel or access?

    See this is what i want https://dailydairy.000webhostapp.com/dailydairy/
    I create this but its not working like i told you to put data and submit.. Its just showing excel sheet unable to edit also..

  19. #19
    Registered User
    Join Date
    01-01-2017
    Location
    Lahore, Pakistan
    MS-Off Ver
    2010
    Posts
    14

    Re: Can i create daily dairy on excel or access?

    See this is what i want https://dailydairy.000webhostapp.com/dailydairy/
    I create this but its not working like i told you to put data and submit.. Its just showing excel sheet unable to edit also..

  20. #20
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    30,824

    Re: Can i create daily dairy on excel or access?

    "Dangerous website" according to Norton!!!!

  21. #21
    Registered User
    Join Date
    01-01-2017
    Location
    Lahore, Pakistan
    MS-Off Ver
    2010
    Posts
    14

    Re: Can i create daily dairy on excel or access?

    Quote Originally Posted by JohnTopley View Post
    "Dangerous website" according to Norton!!!!
    LOL!! But its just a wordpress free script bro with free web hosting well no problem

  22. #22
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    30,824

    Re: Can i create daily dairy on excel or access?

    Message from "Norton"

    This is a known dangerous website. It is recommended that you do NOT visit this site.


    So I won't!

+ 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. Create daily transactions using daily prices table
    By ajob in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-22-2014, 05:05 AM
  2. Need To Export Excel Data To Access Database Daily
    By NFLnut in forum Access Tables & Databases
    Replies: 2
    Last Post: 07-26-2014, 09:33 PM
  3. Create macro to open daily email and Excel attachment from Outlook
    By wardpa in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 05-02-2013, 10:26 AM
  4. Create macro to open daily email and Excel attachment from Outlook
    By uimhirADo in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-01-2012, 09:23 PM
  5. THIS WILL BE LEGEN... wait for it... DAIRY! MOO!
    By headstrong2740 in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 08-02-2012, 09:18 PM
  6. Import Daily Excel data into Access
    By RxMiller in forum Access Tables & Databases
    Replies: 0
    Last Post: 01-07-2010, 06:14 PM
  7. Create Excel From Access Data with VBA
    By RxMiller in forum Access Programming / VBA / Macros
    Replies: 0
    Last Post: 08-25-2009, 04:49 PM

Tags for this Thread

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