+ Reply to Thread
Results 1 to 4 of 4

If function does not work

  1. #1
    Forum Contributor
    Join Date
    10-26-2012
    Location
    malaysia
    MS-Off Ver
    Excel 2010
    Posts
    138

    If function does not work

    Hello,

    What is the best formula if D4 and L4 is text and the criteria is if text in D4 is same in L4 the result should be "OK"; Otherwise "False". I used =(IF(D4=L4;"OK";false)). It did not work.. Thank you in advance.
    Last edited by jewellove; 10-28-2012 at 10:09 AM. Reason: To comply rules

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: If or match

    Try this..

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Hope this helps!


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Forum Contributor
    Join Date
    10-26-2012
    Location
    malaysia
    MS-Off Ver
    Excel 2010
    Posts
    138

    Re: If function does not work

    Thank you sixthsense.. Your formula works..

  4. #4
    Banned User!
    Join Date
    10-14-2006
    Posts
    1,211

    Re: If function does not work

    Short/Elegant version:


    =AND(T(D4)=L4,T(D4)<>"")

+ 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