+ Reply to Thread
Results 1 to 4 of 4

IF Statement to amend another workbook

  1. #1
    Registered User
    Join Date
    12-14-2011
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    28

    IF Statement to amend another workbook

    Hiya,

    A bit general I know, but is it possible to write an IF statement to updates another workbook?

    Thanks

    Louise
    Last edited by LouiseH24; 03-07-2012 at 11:13 AM.

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: IF Statement to amend another workbook

    The IF statement would have to BE in the other workbook.
    A VBA approach would be another way
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Forum Contributor
    Join Date
    02-15-2012
    Location
    Vancouver, BC
    MS-Off Ver
    Excel 2003
    Posts
    125

    Re: IF Statement to amend another workbook

    Yes, the "if" statement would pull values from another workbook and update the workbook that it is written in.

    Example: =IF(ISBLANK('INSERT FILE PATH HERE'!$J$8), "No", "Yes")

    This one checks to see if the cell in the other workbook is blank and returns values Yes or No in the cell that the "if" statement is written in (J8 in this case).

  4. #4
    Registered User
    Join Date
    12-14-2011
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    28

    Re: IF Statement to amend another workbook

    Thanks guys - some great solutions

+ 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