+ Reply to Thread
Results 1 to 6 of 6

Thread: communication between worksheets and value errors

  1. #1
    Registered User
    Join Date
    08-28-2011
    Location
    St. Louis
    MS-Off Ver
    Excel 2007
    Posts
    19

    Unhappy

    I am having 4 issues here...2 are really similar. I'm building a workbook to help stay organized at work that includes a new worksheet for every month of the year. For example, this is the month of September and the year is 2011, hence "Sept'11", then "Sept'11Analysis"....I'll be making it like that for the whole year. Then for 2012. I'm really looking to make this as automated as possible. I'm hoping someone, somewhere knows the formula for these. Most of it is copying and duplicating numbers.....I just can't recall nor can I find how.

    ISSUE NUMBER 1: I'm stuck on what I assume is a rather simple formula. Can't find it anywhere. I am needing cells to automatically be copied from one worksheet to another. In the worksheet titled "Sept'11Analysis" I have cell numbers for the worksheet "Sept'11" that I want automatically to appear in "Sept'11Analysis" when entered in "Sept'11".

    ISSUE NUMBER 2: In Column T on "Sept'11"........if there is no value or 'N/A' in Column N, I'm getting the '#VALUE!' error. How can I make that go away?

    ISSUE NUMBER 3: I am needing Column W to automatically multiply the value in Column U by the percentage found in Cell W2. (I entered an example in W19)

    ISSUE NUMBER 4: I am needing Column X to automatically multiply the value in Column N by the percentage found in Cell W2. (I entered an example in X19)

    Last edited by dreinisch; 09-03-2011 at 04:34 PM.

  2. #2
    Valued Forum Contributor gjlindn's Avatar
    Join Date
    08-01-2011
    Location
    Dodgeville, WI
    MS-Off Ver
    Excel 2003, 2007
    Posts
    349

    Re: communication between worksheets and value errors

    Hi dreinisch. Could you upload an example workbook? I can give you an answer to number 2, however.
    ISSUE NUMBER 2: use the IFERROR command (XL 2007 and later). Example
    =IFERROR(B1/C1,"")
    -Greg If this is helpful, pls click Star icon in lower left corner

  3. #3
    Registered User
    Join Date
    08-28-2011
    Location
    St. Louis
    MS-Off Ver
    Excel 2007
    Posts
    19

    Re: communication between worksheets and value errors

    Thank you, Greg. I just uploaded a sample of what it is I'm trying to do. For the "Sept'11Analysis", I will be adding a total of 160 of those.... right now I think I only have a dozen or so for a sample.

  4. #4
    Valued Forum Contributor gjlindn's Avatar
    Join Date
    08-01-2011
    Location
    Dodgeville, WI
    MS-Off Ver
    Excel 2003, 2007
    Posts
    349

    Re: communication between worksheets and value errors

    Attached is a working copy of what I think you're looking for. I took an educated guess at what you were shooting for with Issues 3 & 4 as the descriptions in the workbook did not match and the result of all descriptions would result in an error. I'm hoping that with these formulas intact, you should be able to complete the workbook on your own. Good luck!

    I removed the attachment per your request. This was the key formula used to get the desired result
    =OFFSET('Sept''11'!$A$1,INT(ROW()/19)+4,0)
    Last edited by gjlindn; 09-03-2011 at 05:37 PM. Reason: Removed attachment
    -Greg If this is helpful, pls click Star icon in lower left corner

  5. #5
    Registered User
    Join Date
    08-28-2011
    Location
    St. Louis
    MS-Off Ver
    Excel 2007
    Posts
    19

    Re: communication between worksheets and value errors

    Thank you! That worked!!!!!

  6. #6
    Valued Forum Contributor gjlindn's Avatar
    Join Date
    08-01-2011
    Location
    Dodgeville, WI
    MS-Off Ver
    Excel 2003, 2007
    Posts
    349

    Re: communication between worksheets and value errors

    Great! Please mark the thread as SOLVED at your earliest convenience. Thanks!
    -Greg If this is helpful, pls click Star icon in lower left corner

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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.2.0