+ Reply to Thread
Results 1 to 9 of 9

Relating date between sheets in same workbook

  1. #1
    Registered User
    Join Date
    12-24-2008
    Location
    usa
    Posts
    7

    Relating date between sheets in same workbook

    I have a workbook that has daily task against each name.
    example:In sheet 1(tast traker)
    A B C
    ------------------------------
    MANAGING RAM 27-JAN-09
    DOCUMENT SHAM 29-JAN-09
    FINANCE NEHA 07-feb-09
    CALLS PUJA 09-feb-09

    and sheet 2 is named as RAM,sheet 3 as SHAM,sheet 4 as Neha, sheet 5 as Puja in same workbook

    I want when in sheet 1 in column B, i add a new row for say RAM and its related data in column a and column c,it sould automactically upadate the sheet 2 ram with those data in column a and column c.If in sheet 1 in column B, i add a new row named as NEHA and its related data in column a and column c,it sould automatically update the sheet 4 with those data as above.

    I assume that a VBA program can be written,but is it possible with inbuilt functions?

    Thanks

  2. #2
    Registered User
    Join Date
    12-24-2008
    Location
    usa
    Posts
    7

    Relating data between sheets in same workbook

    I have a workbook that has daily task against each name.
    example:In sheet 1(tast traker)
    A B C
    ------------------------------
    MANAGING RAM 27-JAN-09
    DOCUMENT SHAM 29-JAN-09
    FINANCE NEHA 07-feb-09
    CALLS PUJA 09-feb-09

    and sheet 2 is named as RAM,sheet 3 as SHAM,sheet 4 as Neha, sheet 5 as Puja in same workbook

    I want when in sheet 1 in column B, i add a new row for say RAM and its related data in column a and column c,it sould automactically upadate the sheet 2 ram with those data in column a and column c.If in sheet 1 in column B, i add a new row named as NEHA and its related data in column a and column c,it sould automatically update the sheet 4 with those data as above.

    I assume that a VBA program can be written,but is it possible with inbuilt functions?

    Thanks

  3. #3
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Relating date between sheets in same workbook

    Like this?
    Attached Files Attached Files
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  4. #4
    Registered User
    Join Date
    12-24-2008
    Location
    usa
    Posts
    7

    Re: Relating date between sheets in same workbook

    Thanks a lot Beaucaire
    for the above workbook
    actually tried with those formula in my original sheet but its showing some error.Am new to these formula.
    am attaching the workbook. kindly check it why its showing error.(Error is #value!)
    Attached Files Attached Files

  5. #5
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Relating date between sheets in same workbook

    Quote Originally Posted by honestsoul View Post
    Thanks a lot Beaucaire for the above workbook actually tried with those formula in my original sheet but its showing some error.Am new to these formula. am attaching the workbook. kindly check it why its showing error.(Error is #value!)
    Lot's of references to another book, the "entries" COUNTIF formula was pointing at the wrong column on the first sheet, and the small(if) array works best if it just starts at row 1, so I unmerged your merged cells in the grey section.
    Attached Files Attached Files
    Last edited by JBeaucaire; 02-21-2009 at 12:29 PM.

  6. #6
    Registered User
    Join Date
    12-24-2008
    Location
    usa
    Posts
    7

    Lightbulb Re: Relating date between sheets in same workbook

    hey dude thanks a lot....
    I got the reason for the error...
    Thanks..........

  7. #7
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Relating date between sheets in same workbook

    If that takes care of your need, be sure to EDIT your original post (Go Advanced) and mark the PREFIX box [SOLVED]

  8. #8
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,258

    Re: Relating date between sheets in same workbook

    Please share what information you have with the forum members. Yes, there are times when the complexity of the code or its volume precludes providing examples. However, you can still describe in detail the processes that are involved in arriving at a solution to the problem.
    Sincerely,
    Leith Ross

    Remember To Do the Following....

    1. Use code tags. Place [CODE] before the first line of code and [/CODE] after the last line of code.
    2. Thank those who have helped you by clicking the Star below the post.
    3. Please mark your post [SOLVED] if it has been answered satisfactorily.


    Old Scottish Proverb...
    Luathaid gu deanamh maille! (Rushing causes delays!)

  9. #9
    Registered User
    Join Date
    03-02-2009
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: Relating date between sheets in same workbook

    Hello, I think this thread is what I am excactly looking for! Is it possible to send you the excel worksheet example or so that my worksheets are also formulated to do the same thing? Or do I just have to copy & paste the same formula onto my work book? My workbook has more worksheets and more columns in the first sheet.

    Thank you for spending time to read my thread.

    Best regards,
    nzm

+ 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