+ Reply to Thread
Results 1 to 4 of 4

Function Help

  1. #1
    Registered User
    Join Date
    07-03-2015
    Location
    usa Missouri
    MS-Off Ver
    Excell 2016
    Posts
    20

    Function Help



    I need help with an IF(AND) Function. Here's my Formula: =IF(AND(C8>=0,C9>=0),Just Do It,No Way)

    Cell C8 and C9 both have a 0 in them. I've tried changing the values in C8 & C9 to .5 but still get the same result.

    I get a #NAME? Return. What did i do wrong?
    Last edited by GeeWhiz04; 03-23-2017 at 11:10 AM. Reason: solved

  2. #2
    Forum Guru xlnitwit's Avatar
    Join Date
    06-27-2016
    Location
    London
    MS-Off Ver
    Windows: 2010; Mac: 16.13 (O365)
    Posts
    7,085

    Re: Function Help

    Hi,

    You just need quotes around your text values
    =IF(AND(C8>=0,C9>=0),"Just Do It","No Way")
    Don
    Please remember to mark your thread 'Solved' when appropriate.

  3. #3
    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
    30,705

    Re: Function Help

    =IF(AND(C8>=0,C9>=0),"Just Do It","No Way")

    What results are you expecting?

    if either values are less than 0, you will get "No way", otherwise "Just do it"

  4. #4
    Registered User
    Join Date
    07-03-2015
    Location
    usa Missouri
    MS-Off Ver
    Excell 2016
    Posts
    20

    Re: Function Help

    Thanks, I knew it was something simple and should have realized i forgot the " marks. Thanks again

+ 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. 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
  2. Replies: 1
    Last Post: 06-10-2015, 12:56 PM
  3. Replies: 13
    Last Post: 04-08-2014, 05:46 AM
  4. Replies: 2
    Last Post: 01-15-2014, 11:40 PM
  5. index function error using match function to get data from a cell in an array
    By mabildgaard in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-17-2013, 02:21 AM
  6. Replies: 1
    Last Post: 03-21-2012, 11:22 AM
  7. Replies: 2
    Last Post: 03-20-2009, 01:29 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