+ Reply to Thread
Results 1 to 3 of 3

using values from another sheet

  1. #1
    Registered User
    Join Date
    02-04-2021
    Location
    Australlia
    MS-Off Ver
    365
    Posts
    48

    Unhappy using values from another sheet

    2nd sheet is accessing values from 'Effort by phase' sheet
    in the 2nd sheet
    I have some cells that include values form the first sheet

    CELL F10 ='Effort by Phase'!D11
    CELL G10 ='Effort by Phase'!E11
    CELL H10 ='Effort by Phase'!F11


    Then the final cell is
    =IF(SUM(G10:H10)>0,G10/SUM(G10:H10), 0)

    Now I want to come up with a formula to calclulate the above directly from the 2nd sheet bypassing having any F , G or H Cell to contain any values

    I tried to use
    =IF(('Effort by Phase'!E11+'Effort by Phase'!F11)>0,!'Effort by Phase'E11/('Effort by Phase'!E11+'Effort by Phase'!F11), 0)
    to just have one cell calculating a number from the other sheet without having anything in Cell F10,G10 or H10 directly

    but i m getting getting this Error

    Theresa problem with this formula
    Not trying to type a formula ?

    Please let me know what the solution is
    Attached Images Attached Images

  2. #2
    Valued Forum Contributor
    Join Date
    03-24-2020
    Location
    Thailand
    MS-Off Ver
    Office 2016
    Posts
    897

    Re: using values from another sheet

    Hi there,

    Try: =IF('Effort by Phase'!E11+'Effort by Phase'!F11>0,'Effort by Phase'!E11/('Effort by Phase'!E11+'Effort by Phase'!F11),0)
    If your Question is answered; please mark it SOLVED. If you are happy with a member's solution, say 'Thanks' and click the 'Star' to Add Reputation.

  3. #3
    Registered User
    Join Date
    02-04-2021
    Location
    Australlia
    MS-Off Ver
    365
    Posts
    48

    Re: using values from another sheet

    thank you it did it

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Auto pasting values from a reference sheet when values entered in a separate sheet.
    By jorricha in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 08-04-2018, 04:37 PM
  2. VBA to find unique values in one sheet that have no related values in another sheet
    By theDavidErickson in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-05-2016, 05:13 PM
  3. [SOLVED] Lookup values from sheet 2 with sheet 1 and copy found values in cell b of sheet 1
    By spa3212 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 04-21-2016, 03:28 AM
  4. Replies: 4
    Last Post: 06-03-2009, 04:59 PM
  5. Replies: 1
    Last Post: 10-05-2005, 08:05 AM
  6. Replies: 1
    Last Post: 10-05-2005, 08:05 AM
  7. Replies: 1
    Last Post: 10-05-2005, 06:05 AM

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.6.0 RC 1