+ Reply to Thread
Results 1 to 2 of 2

if THIS & THAT, any way to do it

  1. #1
    Registered User
    Join Date
    12-06-2004
    Posts
    1

    if THIS & THAT, any way to do it

    I'm wanting to write a formula that checks two different criteria.

    I need to say IF cell1=cell2 AND cell1not=0, then 1, else 0

    Any help?

    Thanks

  2. #2
    Forum Expert
    Join Date
    06-18-2004
    Location
    Canada
    MS-Off Ver
    Office 2016
    Posts
    1,474
    Try...

    =IF((A1=A2)*(A1<>0),1,0)

    Hope this helps!

    Quote Originally Posted by amosslee
    I'm wanting to write a formula that checks two different criteria.

    I need to say IF cell1=cell2 AND cell1not=0, then 1, else 0

    Any help?

    Thanks

+ 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