+ Reply to Thread
Results 1 to 7 of 7

If condition in Google sheet

  1. #1
    Registered User
    Join Date
    07-24-2021
    Location
    Philippines
    MS-Off Ver
    10
    Posts
    2

    If condition in Google sheet

    Hi All,

    I really need some help to make formula in Google sheet with the following conditions below:

    Images Inventory Product Information Expected return
    Yes Yes Yes Product Listed with no error
    No No No Product Listed with pending Images, Inventory and Product information
    Yes Yes No Product Listed with pending Product information
    Yes No Yes Product Listed with pending Inventory

    So basically just telling what i am missing. Here is my formula =if(A2="Yes", if(B2="Yes",if(C2="Yes","Product listed with NO error","Product Listed with Error"))) but obviously it is not working properly

    Capture.PNG
    Last edited by AliGW; 07-24-2021 at 03:17 AM. Reason: Irrelevant section of title removed.

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,780

    Re: If condition in Google sheet

    Welcome to the forum.

    I have removed the urgency note from the thread title. Don't tell us that it is URGENT, please. To you it may be, but to us it isn’t. If it’s urgent, you should be calling on a consultant, not a volunteer who is giving their free time. If you want help here, you will need to wait patiently until someone comes along who is prepared to help you in their own time. Thanks.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    07-24-2021
    Location
    Philippines
    MS-Off Ver
    10
    Posts
    2

    Re: If condition in Google sheet

    Apologies. Thank you for flagging me
    Last edited by AliGW; 07-24-2021 at 03:23 AM. Reason: PLEASE don't quote unnecessarily!

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,780

    Re: If condition in Google sheet

    There are instructions at the top of the page explaining how to attach your sample workbook.

  5. #5
    Forum Contributor
    Join Date
    12-17-2013
    Location
    ON, Canada
    MS-Off Ver
    MS 365
    Posts
    171

    Re: If condition in Google sheet

    Let us know if this is what you're after:
    =IF(AND(A2="Yes",B2="Yes",C2="Yes"),"Product listed with no error","Product listed with error")

  6. #6
    Valued Forum Contributor janmorris's Avatar
    Join Date
    07-24-2021
    Location
    Japan
    MS-Off Ver
    Google Sheets (& Mac 2021)
    Posts
    1,066

    Re: If condition in Google sheet

    is "NO - YES - YES" an error or no error?

  7. #7
    Valued Forum Contributor
    Join Date
    04-01-2015
    Location
    The Netherlands
    MS-Off Ver
    2003/2007/2010/2016/office 365
    Posts
    880

    Re: If condition in Google sheet

    The use of if is not necessary

    PHP Code: 
    ="product listed with " & if(countif(A1:C1,"yes")=3,"No""")& " error" 
    Messages have been translated from Dutch to English by means of google translate.

+ 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. Google sheet: Help to attachment file from Google Drive and send email fill in Google Form
    By sbv1986 in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 0
    Last Post: 03-01-2021, 10:47 PM
  2. Google Sheets: Condition formatting in Google sheet
    By cyee in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 4
    Last Post: 02-18-2021, 05:35 PM
  3. [SOLVED] Help Needed Urgent with Macro to copy cells to new sheet if cell="y"
    By Amanda, in forum Excel Programming / VBA / Macros
    Replies: 17
    Last Post: 08-28-2014, 04:18 PM
  4. [SOLVED] [Urgent] Inserting Time sheet Data in to Master sheet Based On the Condition Using Macros.
    By kkcmania in forum Excel Programming / VBA / Macros
    Replies: 42
    Last Post: 05-17-2013, 07:56 AM
  5. Copy row into the same sheet on value change - URGENT HELP NEEDED
    By i.rajput in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 01-11-2013, 10:40 AM
  6. Replies: 5
    Last Post: 12-11-2012, 05:04 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