+ Reply to Thread
Results 1 to 5 of 5

If all cells are complete then formula

  1. #1
    Valued Forum Contributor
    Join Date
    04-21-2005
    Location
    Southern England
    MS-Off Ver
    Excel for Office 365
    Posts
    1,689

    If all cells are complete then formula

    Hi,

    I would like a formula which looks within a number of columns and only if all columns are complete then it would return a Yes.

    Can any one help with the formula please?

    I have uploaded an example of what I need
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    02-14-2009
    Location
    .
    MS-Off Ver
    ................
    Posts
    2,840

    Re: If all cells are complete then formula

    In E8 & copy down

    =IF(COUNTBLANK(F8:H8) = 0, "Yes", "")

    There are alternatives, this is probably the easiest to understand when viewing the formula

  3. #3
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.84 (24041420))
    Posts
    8,751

    Re: If all cells are complete then formula

    is it only the three columns

    counta(f8:h8)
    will count the cells that are not blank

    so

    =IF(counta(f8:h8)=3, "yes", "")
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,737

    Re: If all cells are complete then formula

    You could put this formula in E8:

    =IF(COUNTA(F8:H8)=3,"YES","")

    then copy it down.

    Hope this helps.

    Pete

  5. #5
    Valued Forum Contributor
    Join Date
    04-21-2005
    Location
    Southern England
    MS-Off Ver
    Excel for Office 365
    Posts
    1,689

    Re: If all cells are complete then formula

    Thanks all, all solutions worked!

+ 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. Need a code to only continue to another VBA if cells are complete.
    By k1989l in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 06-05-2015, 07:32 AM
  2. Auto-complete limited to 121 cells?
    By twobob in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-05-2014, 11:17 PM
  3. [SOLVED] How to complete others cells keeping a group cell in formula?
    By Artur_Indio in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-20-2013, 05:27 PM
  4. Autosum Percent of Complete Cells?
    By paburgess in forum Excel General
    Replies: 1
    Last Post: 06-11-2012, 01:35 PM
  5. How do I auto complete cells?
    By sonars in forum Excel General
    Replies: 3
    Last Post: 04-24-2009, 06:01 AM
  6. [SOLVED] Force users to complete cells
    By [email protected] in forum Excel General
    Replies: 5
    Last Post: 05-26-2005, 08:05 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