+ Reply to Thread
Results 1 to 3 of 3

Help with combine IF / AND / OR forumla

  1. #1
    Registered User
    Join Date
    06-08-2021
    Location
    Norway
    MS-Off Ver
    2016
    Posts
    2

    Help with combine IF / AND / OR forumla

    Hello
    I have a problem with how to combine a formula.

    matches.jpg

    If I type in the goals and it is a draw in the matches "C3=D3" it will return "draw" in column F3, that I can do.
    But I also want to have that when it is empty with no numbers inside it will return with a 0 instead of draw in column F3

    Tried to google how to combine, but got errors when I tried it myself.

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,169

    Re: Help with combine IF / AND / OR forumla

    Try

    =IF(AND(C3="",D3=""),0,IF(C3=D3,"DRAW",IF(C3>D3,"WIN","LOSS")))

  3. #3
    Registered User
    Join Date
    06-08-2021
    Location
    Norway
    MS-Off Ver
    2016
    Posts
    2

    Re: Help with combine IF / AND / OR forumla

    Thank you, i have norwegian excel so had to make a few changes, but got a lot of help

+ 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. Make forumla lookup value rather than forumla
    By Jbraviator in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 03-09-2015, 01:00 PM
  2. Conditional Forumla with Forumla assigned- Help needed
    By MarkoPolo in forum Excel General
    Replies: 3
    Last Post: 03-06-2014, 06:46 PM
  3. [SOLVED] combine multi workbooks into one master workbook but I want to combine only sheet 3
    By Goodstart14 in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 12-31-2013, 12:22 AM
  4. Replies: 3
    Last Post: 11-14-2012, 07:19 PM
  5. [SOLVED] Using Combine macro to combine multiple worksheets - need to modify to paste formulas
    By DLSmith in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-26-2012, 09:07 AM
  6. combine an if and or forumla for text values
    By jpruffle in forum Excel General
    Replies: 7
    Last Post: 08-19-2009, 07:01 AM
  7. Replacing a cell's forumla with the forumla's results?
    By Mooncalf in forum Excel General
    Replies: 2
    Last Post: 01-04-2005, 12:35 AM

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