+ Reply to Thread
Results 1 to 7 of 7

datas in workbook 2 is not getting updated when datas in workbook 1 is changed

  1. #1
    Registered User
    Join Date
    08-02-2008
    Location
    India
    Posts
    88

    datas in workbook 2 is not getting updated when datas in workbook 1 is changed

    Hi

    Not sure what's wrong with the below formula

    =IF(D7="current",SUM('[Jerry.xls]nv pl'!$B:$B=$A15)*('[Jerry.xls]nv pl'!$D:$D=$A$5)*'[Jerry.xls]nv pl'!$E:$E='[Jerry.xls]nv pl'!$E:$E)
    I have two sheets, one sheet name is Jerry, where i have the information, the above formula is in the spreadsheet called Tom. Basically this formula helps in fixing the figures department wise from the Jerry spreadsheet to Tom spreadsheet based on the condition that the row 7 should have the term "current".

    Now this formula is not working and i am getting false message.

    Any help is appreciated.

    Thanks
    Last edited by share knowledge; 02-03-2011 at 11:01 PM.

  2. #2
    Valued Forum Contributor
    Join Date
    09-21-2003
    Location
    British Columbia , Canada
    MS-Off Ver
    03,07,10,13
    Posts
    727

    Re: formula not working

    Hi:
    You have not included the "False" section to your formula so when D7 is not equal to "current" it will show you the value "False".
    ... try this formula and you'll see what i mean..

    =IF(D7="current",SUM('[Jerry.xls]nv pl'!$B:$B=$A15)*('[Jerry.xls]nv pl'!$D:$D=$A$5)*'[Jerry.xls]nv pl'!$E:$E='[Jerry.xls]nv pl'!$E:$E,"D7 not equal to Current")

  3. #3
    Registered User
    Join Date
    08-02-2008
    Location
    India
    Posts
    88

    Re: formula not working

    HI,

    It's still not working. below is the formula which the old person has used in the cell O12. When i am trying it is not working. Always returning either 0.00 or false.

    =-IF(O$7="CURRENT",SUM(('F:\mine\[JERRY.xls]nv pl'!$B$2:$B$200=$A15)*('F:\mine\[JERRY.xls]nv pl'!$D$2:$D$200=$A$5)*'F:\mine\[JERRY.xls]nv pl'!$E$2:$E$200),0)

  4. #4
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: formula not working

    Your post does not comply with Rule 1 of our Forum RULES. Your post title should accurately and concisely describe your problem, not your anticipated solution. Use terms appropriate to a Google search. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will be addressed according to the OP's experience in the forum: If you have less than 10 posts, expect (and respond to) a request to change your thread title. If you have 10 or more posts, expect your post to be locked, so you can start a new thread with an appropriate title.
    To change a Title on your post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.

    PLEASE PM WHEN YOU HAVE DONE THIS AND I WILL DELETE THIS POST

  5. #5
    Registered User
    Join Date
    08-02-2008
    Location
    India
    Posts
    88

    Re: datas in workbook 2 is not getting updated when datas in workbook 1 is changed

    Hi

    I have changed

  6. #6
    Registered User
    Join Date
    08-02-2008
    Location
    India
    Posts
    88

    Re: datas in workbook 2 is not getting updated when datas in workbook 1 is changed

    Now i could use the formula, but when i update the workbook1 with some datas, the formula in workbook 2 is not getting updated. It shows the old data.

    I tried changing the links from manual to auto and from auto to manual.


  7. #7
    Valued Forum Contributor
    Join Date
    09-21-2003
    Location
    British Columbia , Canada
    MS-Off Ver
    03,07,10,13
    Posts
    727

    Re: datas in workbook 2 is not getting updated when datas in workbook 1 is changed

    First make sure that the formula = true so that the "Summ" section is actually being utilized. If you're getting "False" and "0" I thinking that D7 has the wrong value... HERE , try this formula and see what it returns.. ;-)

    =IF(D7="current","D7 contains current","D7 not equal to Current")

+ 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