+ Reply to Thread
Results 1 to 2 of 2

Excel formila to check if one of the items is not blank

  1. #1
    Registered User
    Join Date
    08-04-2020
    Location
    israel
    MS-Off Ver
    2016
    Posts
    8

    Excel formila to check if one of the items is not blank

    Hi,
    I need excel formula that will give me the result in column C.
    if one of the items in column A has number in one of its rows then all of his rows are OK.
    if the item in column A has no number in column B then all of its row are NOT OK in column C.

    A B C
    185 55 OK
    185 55 OK
    185 OK
    186 NOT OK
    186 NOT OK
    186 NOT OK

    Thanks

  2. #2
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,412

    Re: Excel formila to check if one of the items is not blank

    C1 drag down:

    =IF(COUNTIFS($A$1:$A$5,A1,$B$1:$B$5,"<>"&""),""," NOT ")&"OK"
    Quang PT

+ 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. [SOLVED] small and index formila not working correctly
    By jpbisani in forum Excel General
    Replies: 7
    Last Post: 10-04-2016, 09:37 AM
  2. [SOLVED] To compare a list of items in column ? with items in all columns that are not blank.
    By JamesJohnson31 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-03-2015, 03:32 PM
  3. [SOLVED] Help On excel to find first date then check second if first is blank
    By breadwinner in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 11-11-2013, 01:51 AM
  4. [SOLVED] Basic question about inserting a date into a formila
    By DWG3 in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 04-25-2013, 03:26 PM
  5. [SOLVED] Copy Formila into alternate columns depndent on day
    By DancingElvisLives in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-23-2012, 10:27 AM
  6. Using IF Function
    By RZ100 in forum Excel General
    Replies: 4
    Last Post: 04-02-2012, 08:49 AM
  7. Replies: 2
    Last Post: 01-22-2006, 09:55 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