+ Reply to Thread
Results 1 to 2 of 2

If Function

  1. #1
    Registered User
    Join Date
    08-26-2020
    Location
    sa
    MS-Off Ver
    365
    Posts
    1

    If Function

    What i want to do is if Sheet2!C4 = Sheet1!C1 then Sheet2!F3 should calculate Sheet2!B2+Sheet1!G2

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,717

    Re: If Function

    Welcome to the Forum!

    Your thread title isn't very good but since it's your first post and a simple question I am going to answer it if you promise to review our rules. There aren't many, and they are all important. Rule #1 requires good titles.

    In cell Sheet2!F3 put this formula:

    =IF(Sheet2!C4 = Sheet1!C1, Sheet2!B2+Sheet1!G2, "?")

    The ? is what you will get if the equality is not true. What do you want to do in that case?

+ 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. Right function, Left function, Mid function to extract values in column A
    By bjnockle in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 06-14-2020, 03:14 PM
  2. COUNTUNIQUE Function in Google Sheets; Excel lacks a direct counterpart to this function?
    By PivotTablePSHomage in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-18-2018, 05:27 AM
  3. Replies: 3
    Last Post: 08-14-2017, 06:26 AM
  4. Calling function inside function. (aka nested function)
    By jakopak in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-02-2015, 05:58 AM
  5. Replies: 13
    Last Post: 04-08-2014, 05:46 AM
  6. Replies: 1
    Last Post: 03-21-2012, 11:22 AM
  7. [SOLVED] Excel - User Defined Function Error: This function takes no argume
    By BruceInCalgary in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-18-2006, 04:05 PM

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