Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I so much appreciate having this type of help available as I struggle to
learn more about formulas. Thank you to all. Now, in Excel 2007, I have column U that returns a number, but in some cases returns a "NA" (for "not applicable"). I need to add columns U+V+W+X, but need to have the formula ignore the "NA" and just add V+W+X in those rows where it appears. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Use the SUM function, it will ignore text entries:
=SUM(U1:X1) -- Biff Microsoft Excel MVP "Betty K" wrote in message ... I so much appreciate having this type of help available as I struggle to learn more about formulas. Thank you to all. Now, in Excel 2007, I have column U that returns a number, but in some cases returns a "NA" (for "not applicable"). I need to add columns U+V+W+X, but need to have the formula ignore the "NA" and just add V+W+X in those rows where it appears. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|