Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Is there a way to sum 2 cells but if one of the cells is #N/A, to ignore the
#N/A ? Thank you in advance |
#2
![]() |
|||
|
|||
![]()
try
=if(iserror(A1),0,A1)+if(iserror(B1),0,B1) "carl" wrote: Is there a way to sum 2 cells but if one of the cells is #N/A, to ignore the #N/A ? Thank you in advance |
#3
![]() |
|||
|
|||
![]()
Or maybe even
=SUMIF(A1:B1,"<#N/A") of course the cells have to be adjoining Regards, Peo Sjoblom "bj" wrote: try =if(iserror(A1),0,A1)+if(iserror(B1),0,B1) "carl" wrote: Is there a way to sum 2 cells but if one of the cells is #N/A, to ignore the #N/A ? Thank you in advance |
#4
![]() |
|||
|
|||
![]()
carl wrote:
Is there a way to sum 2 cells but if one of the cells is #N/A, to ignore the #N/A ? Thank you in advance =SUMIF(A2:B2,"<#N/A") |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help adding text values | Excel Worksheet Functions | |||
Convert data type of cells to Text,Number,Date and Time | Excel Worksheet Functions | |||
To safety merge cells without data destroyed, and smart unmerge! | Excel Discussion (Misc queries) | |||
Heps to design Locked/Unlocked cells in protected worksheet | Excel Discussion (Misc queries) | |||
Convert data of cells to any type: Number, Date&Time, Text | Excel Discussion (Misc queries) |