Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]() Is it possible to detect if every cell in an entire column is null? -- syuhas ------------------------------------------------------------------------ syuhas's Profile: http://www.excelforum.com/member.php...o&userid=27486 View this thread: http://www.excelforum.com/showthread...hreadid=470009 |
#2
![]() |
|||
|
|||
![]() If, by NULL, you mean blank (no data, no text, no formulas, no nothing), try this: =COUNTIF(A:A,"") will return 65536 if it is truly all blank. Of course, use the letter of the column you want to verify. Is this what you are looking for? -- swatsp0p ------------------------------------------------------------------------ swatsp0p's Profile: http://www.excelforum.com/member.php...o&userid=15101 View this thread: http://www.excelforum.com/showthread...hreadid=470009 |
#3
![]() |
|||
|
|||
![]()
if you mean truly empty, one mo
=if(counta(c:c)=0,"all cells empty","not all cells empty") syuhas wrote: Is it possible to detect if every cell in an entire column is null? -- syuhas ------------------------------------------------------------------------ syuhas's Profile: http://www.excelforum.com/member.php...o&userid=27486 View this thread: http://www.excelforum.com/showthread...hreadid=470009 -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Preventing NULL showing as 0 on a pivot chart using Office Web Component. | Charts and Charting in Excel | |||
Null points in a line chart | Excel Discussion (Misc queries) | |||
Multipying columns that contail null values | Excel Discussion (Misc queries) | |||
Search should highlight entire row in Excell in red | Excel Discussion (Misc queries) | |||
how to enter a null cell value in a formula | Excel Worksheet Functions |