+ Reply to Thread
Results 1 to 6 of 6

PLUG true if cell range has = ALL ZERO

  1. #1
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2013 PRO PLUS
    Posts
    3,705

    PLUG true if cell range has = ALL ZERO

    I want to plug true , if range E3:CW3 , have all 0

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: PLUG true if cell range has = ALL ZERO

    By All zeroes, I assume you mean each cell has a zero in it.
    Do you want False if it doesn't

    =COUNTIF(E3:CW3,0)=97

    If you don't want the false
    =IF(COUNTIF(E3:CW3, 0)= 97, TRUE, "")
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2013 PRO PLUS
    Posts
    3,705

    Re: PLUG true if cell range has = ALL ZERO

    Okay thank you , hearing 97 for the first time in my life

  4. #4
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: PLUG true if cell range has = ALL ZERO

    Assuming no empty cells...

    This array formula**:

    =AND(E3:CW3=0)

    ** array formulas need to be entered using the key
    combination of CTRL,SHIFT,ENTER (not just ENTER).
    Hold down both the CTRL key and the SHIFT key
    then hit ENTER.
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  5. #5
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: PLUG true if cell range has = ALL ZERO

    If you won't know for sure how many cells are in the range...

    =COUNTIF(E3:CW3,0)=COLUMNS(E3:CW3)

  6. #6
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: PLUG true if cell range has = ALL ZERO

    E3:CW3 is a total of 97 cells
    =COLUMNS(E3:CW3)

+ 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] Plug true if cell has one name else leave blank
    By makinmomb in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-24-2014, 12:15 PM
  2. Replies: 2
    Last Post: 07-27-2014, 11:48 PM
  3. [SOLVED] plug true , if format 000.000.00
    By makinmomb in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 06-10-2014, 02:12 PM
  4. Replies: 1
    Last Post: 01-03-2014, 03:01 AM
  5. IF cell contains TEXT from [RANGE] = TRUE
    By tomshanan in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-12-2013, 03:14 AM
  6. Using a list to plug into one cell with formula
    By westdawg in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-03-2009, 07:02 AM
  7. Search a range for value and if true put a x in a cell
    By AdRock952 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-17-2008, 07:43 PM

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