Forum Discussion
MattW2415
Feb 19, 2024Copper Contributor
Inconsistency between formula and graphing #NA, "" and blank cells
Hi all, I'm not understanding the logic here - can someone please explain the underlying philosophy? If a formula references a #NA it returns #NA, but if a formula references a cell set to ""...
MattW2415
Feb 20, 2024Copper Contributor
Hi HansVogelaar
I agree with your count example, but what about =average? (or many other functions, slope, intercept...). If I select a range of cells using the average function it will treat a blank cell the same as =""
I agree with your count example, but what about =average? (or many other functions, slope, intercept...). If I select a range of cells using the average function it will treat a blank cell the same as =""
HansVogelaar
Feb 20, 2024MVP
That is correct - a function such as COUNT or AVERAGE ignores both empty cells and cells that contain a text value such as "". So neither blanks nor "" is included in the result.