+ Reply to Thread
Results 1 to 2 of 2

Small if+and

  1. #1
    Registered User
    Join Date
    04-11-2007
    Posts
    82

    Small if+and

    Hi Guys,

    A bunch of you just helped me out with a small formula. Thanks!!
    I was wondering If I could expand that fomula with an "and".

    Here is what I was given:
    Please Login or Register  to view this content.
    If was wondering if I could make it so that before returning a value, the formula would exclude contents in column f that ="be waiting".

    I was trying the below, but kept getting a #num error??

    Please Login or Register  to view this content.
    Thanks a million

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: Small if+and

    Typically you can't use AND in these type of formulas because it returns a single result rather than an array. Try like this

    =SMALL(IF('PASTE HERE'!C2:C300="amc",IF('PASTE HERE'!F2:F300<>"be waiting",'PASTE HERE'!K2:K300)),2)

    confirmed with CTRL+SHIFT+ENTER

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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