Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
When asking cell A1 to give you the sum of A2:A10 is it
possible to ignore the cells in the range that contain (#n/a. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Mike,
Try using SUMIF e.g. =SUMIF(A2:A10,"<#N/A",A2:A10) Hope this helps, Daniel Klann http://www.danielklann.com - goto the Excel section for a few useful tricks.... "Mike" wrote in message ... When asking cell A1 to give you the sum of A2:A10 is it possible to ignore the cells in the range that contain (#n/a. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
A 1,000 Thank yous Daniel, I'll give it a try.
-----Original Message----- Hi Mike, Try using SUMIF e.g. =SUMIF(A2:A10,"<#N/A",A2:A10) Hope this helps, Daniel Klann http://www.danielklann.com - goto the Excel section for a few useful tricks.... "Mike" wrote in message ... When asking cell A1 to give you the sum of A2:A10 is it possible to ignore the cells in the range that contain (#n/a. . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Export file path from sequel to excel as hyperlink | Excel Discussion (Misc queries) | |||
Commenting custom formula fields/formula on formula editor | Excel Programming |