+ Reply to Thread
Results 1 to 11 of 11

how to make a IF statement true

  1. #1
    Registered User
    Join Date
    06-04-2012
    Location
    Fort Worth, Texas
    MS-Off Ver
    Excel 2010
    Posts
    10

    how to make a IF statement true

    Attendance Tracker V5 (version 2)sample.xlsxHow do I make a sheet come up with a name in a cell from another sheet with a click of a cell that has a different name then the one i want put on the other sheet. But the name is in the same row as the cell i just i clicked to go to the other sheet? here is the sample and i have wrote comments as well.
    Last edited by ltjohnson; 06-04-2012 at 07:56 PM.

  2. #2
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: Need help really bad!

    Please amend your thread title .Use concise, accurate thread titles. Your post title should describe your problem.
    may i suggest "hyperlink to different sheet"
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

  3. #3
    Registered User
    Join Date
    06-04-2012
    Location
    Fort Worth, Texas
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: Need help really bad!

    Attendance Tracker V5 (version 2)sample.xlsx I've done the hyperlink already. I just need the cells with the hyperlink to bring up the sheet with the name that is in the same row as the hyperlink to come up in a cell when you click the hyperlink. I had the IF statement to do it for one name but it wouldn't work for the other names. Now i deleted the IF statement and don't know how to do it again. I attached the sample in and wrote comments.
    Last edited by ltjohnson; 06-04-2012 at 07:55 PM.

  4. #4
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: how to make a IF statement true

    post a sample workbook.

  5. #5
    Registered User
    Join Date
    06-04-2012
    Location
    Fort Worth, Texas
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: how to make a IF statement true

    i just put a sample up with comments on the workbook.

  6. #6
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: how to make a IF statement true

    Hello
    i think you are after a mail merge for each person as "warning for being tardy etc.

    i think vba can do what you want.(i'm not good in vba - maybe someone could help you with that.)

    my suggestion is to create a list/ maybe a pivot report that will get all the names of the person that received 1 to 4 ("warning/violation")
    from this list maybe you can generate a some kind of mail-merge linked to the Report Tab.


    vba logic is: when hypelink is click - get the name from column A and display it in the target area(report tab cell B1)-to generate report for printing.

  7. #7
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,613

    Re: how to make a IF statement true

    a possible sol'n:
    Database sheet module
    Please Login or Register  to view this content.
    Attached Files Attached Files
    Ben Van Johnson

  8. #8
    Registered User
    Join Date
    06-04-2012
    Location
    Fort Worth, Texas
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: how to make a IF statement true

    where and how do i put this in?

  9. #9
    Registered User
    Join Date
    06-04-2012
    Location
    Fort Worth, Texas
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: how to make a IF statement true

    it only worked for the first 2 text but yes that is what i need so how do i do that for the rest and how do i put it as the master.

  10. #10
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,613

    Re: how to make a IF statement true

    In the present effort, I have modified the hyperlinks to point within the "database" sheet. The code will, if the name in column A does not exist, create a new sheet with that name. If the sheet already exists, the data from the database is copied to the next line in the summary area.

    Please Login or Register  to view this content.
    Attached Files Attached Files

  11. #11
    Registered User
    Join Date
    06-04-2012
    Location
    Fort Worth, Texas
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: how to make a IF statement true

    if its possible can you do it for the absences row, and i don't want to have the sample name in another sheet just to show up on the reports sheet. Thanks

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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