S
scruffy323
I am looking to sum entries in a column that are not a date.
So for this row I would like to get the sum 357
| Column:A | Column:B | Column:C | Column
|
ROW:2 | 1/1/2008 | 234 | 1/2/2008 | 123 |
I want to do something like
sumif(A2:2,isnumber(currentcellsomehow),A2:2)
Does any one know how this is possible, I have been reading posts on
the web but can't find anything like this.
Steve
So for this row I would like to get the sum 357
| Column:A | Column:B | Column:C | Column

ROW:2 | 1/1/2008 | 234 | 1/2/2008 | 123 |
I want to do something like
sumif(A2:2,isnumber(currentcellsomehow),A2:2)
Does any one know how this is possible, I have been reading posts on
the web but can't find anything like this.
Steve