+ Reply to Thread
Results 1 to 2 of 2

Function help between worksheets

  1. #1
    Registered User
    Join Date
    09-02-2010
    Location
    arizona
    MS-Off Ver
    Excel 2003
    Posts
    13

    Function help between worksheets

    I have a workbook that I have a two different worksheets, (Properties & Remodel). The cell I'm working on is T5 on the Properties worksheet. When I put a value in cell S5 on the Properties sheet, it calculates a value in the cell T5 which is where I want it. This part of the code works great. What I am trying to get accomplished is if I end up with a value in cell C14 on the Remodel worksheet, it overwrites the value that is already in cell T5 of the Properties worksheet. For some reason the only time the Remodel value shows up correctly in T5 of the properties sheet from C14 on the Remodel sheet is when cell S5 has a value of zero.

    Here is the function I cannot get to work correctly.

    Please Login or Register  to view this content.
    Last edited by ondagreen; 03-08-2012 at 11:25 AM.

  2. #2
    Forum Expert DGagnon's Avatar
    Join Date
    02-23-2012
    Location
    Ontario, Canada
    MS-Off Ver
    Excel 2003, 2007
    Posts
    1,645

    Re: Function help between worksheets

    looks like you just have the conditions backwards, try this:

    =IF(Remodel!C14>0,Remodel!C14+3000,IF(S5>0,E5*13))
    If you liked my solution, please click on the Star -- to add to my reputation

    If your issue as been resolved, please clearly state so and mark the thread as [SOLVED] using the thread tools just above the first post.

+ 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