Excel 2010 formula help I want to add a1 through z1 but if it is a (-) amount I want it to not count as a or -
![]() |
Excel 2010 formula help I want to add a1 through z1 but if it is a (-) amount I want it to not count as a or -
You want to sum all the positive values in A1:Z1 ? This formula should do that:
=SUMIF(A1:Z1, ">0", A1:Z1)
All times are GMT -7. The time now is 06:05 AM. |