Share via

countblanks

Anonymous
2022-10-25T22:09:05+00:00

need a formula for counting blank cells in a column of numbers.

Microsoft 365 and Office | Excel | For home | MacOS

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

5 answers

Sort by: Most helpful
  1. Anonymous
    2022-10-26T02:05:51+00:00

    Re: not really blank

    You will have to provide some detailed examples of what you need.
    I am bowing out of this question. Good Luck.

    Nothing Left to Lose

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2022-10-26T01:44:02+00:00

    Hi,thanks for looking at the question but what i need is to count and number empty cells in a column. i have a formula if(or (B$2:B$50=H$1,C$2:C$50=H$1, these are columns for lottery results to tell how many skips between the same number hit again.i would like the empty cell have numbers 1,2,3,4,5 and so on if the number comes in i would like to have the skips numbered. after it hits re-start the count skips again.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2022-10-25T23:00:54+00:00

    Re: blanks (no formulas) in a range.

    For a single column, you might prefer...

    =ROWS(range)-COUNTA(range)

    '---

    Nothing Left To Lose

    https://1drv.ms/u/s!Au8Lyt79SOuhZw2MCH7_7MuLj04?e=sAwbHU

    (free excel programs)

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2022-10-25T22:50:15+00:00

    Hello gizmolucy53,

    Welcome to Microsoft Community.

    I am a Microsoft user just like you, I hope you are doing well?

    Formula for counting blank cells in a column of numbers is COUNTBLANK(range)

    The COUNTBLANK function syntax has the following arguments: Range    Required. The range from which you want to count the blank cells.

    Example: =COUNTBLANK(A2:B4)

    Source: https://support.microsoft.com/help/6a92d772-675c-4bee-b346-24af6bd3ac22

    Please let me know if you need more assistance.

    Give back to the Community, Help the next person who has this issue by indicating if this reply solved your problem. Click Yes or No below.

    Warm Regards

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2022-10-25T22:43:47+00:00

    hi guizmolucy53,

    =countblank(range) should do what you're looking for. See this support article for extra details.

    Let us know if that works for you

    Cheers

    Was this answer helpful?

    0 comments No comments