![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Mar 2002
Posts: 82
|
Hi,
I have a column of values in A, the values include "POA" , "#N/A", "0", Blank Cells and Cells with Data in. I want to sum the numeric values in A, ignoring everything else. (I want the total to be displayed at the bottom of COlumn A) Any Ideas ? Cheers Darren |
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,317
|
Quote:
=SUMIF(A1:A7,"<>#N/A") where A1:A7 is the target range of interest. Adjust to suit. |
|
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Mar 2002
Posts: 82
|
Thanks,
I had "POA" in there as well, but it seems to have ignored that which i what i wanted. Thanks Darren |
|
|
|
|
|
#4 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,317
|
Quote:
Aladin |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|