Please help.
Is there an equation to count how many cell has not been "audit" yet?
The equation would return value "10" for this example.
Please see attach sample data.
Thanks in advance!
how to count empty cell.xlsx
Please help.
Is there an equation to count how many cell has not been "audit" yet?
The equation would return value "10" for this example.
Please see attach sample data.
Thanks in advance!
how to count empty cell.xlsx
Try this:
=COUNT(B2:B20)-COUNT(C2:C20)
Alan עַם יִשְׂרָאֵל חַי
Change an Ugly Report with Power Query
Database Normalization
Complete Guide to Power Query
Man's Mind Stretched to New Dimensions Never Returns to Its Original Form
Thanks alansidman
Alan,
is there a way to only count column B and column C if there is a value?
the issue i am having is that everyday new data is going to be add on.
thanks!
Hi,
If you are using Excel 2007 you have a countblank function predefined that can be used
and if you are using excel 2003 you can use =COUNTIF(range,"")
Hi,
If you could provide a sample file i could try and provide a solution to your answer. My email id is krish_dums@live.in
Thanks
maybe
COUNTA(B:C)
for non empty cells
or
COUNT(B:C)
for numbers only
If you arehappy with the results, please add to the contributor's
reputation by clicking the reputation icon (star icon).
If you are satisfied with the solution(s) provided, please mark your thread as Solved.
Select Thread Tools-> Mark thread as Solved.
To undo, select Thread Tools-> Mark thread as Unsolved.
http://www.excelaris.co.uk
my data change/grow from day to day.
let said day1 i have 19 values in column B and 9 values in column C. I need an equation to give an answer = 10 (19-9=10).
let said day2 my data change and i have 25 values in column B and 20 values in column C. I need an equation to give an answer = 5 (25-20=5)
day3 ..... so on an so on.
Please see sample data attach above.
thanks!
=COUNTIFS($B$2:$B$40,"<>",$C$2:$C$40,"=")
You can change 40 to greater value if you need
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks