View Single Post
  #2   Report Post  
JE McGimpsey
 
Posts: n/a
Default

One way:

=SUMPRODUCT(--(ISNUMBER(-LEFT('Patrol Log'!A22:A43,1))),--('Patrol
Log'!A22:A43<"1desk"))



In article ,
"Brian" wrote:

IN CELL B28 This formula returns the sum of a range of cells that contain
data that starts with a number, such as 1a15, 2a15, 3a15, 1b15, 2b15, etc.

=SUMPRODUCT(--(ISNUMBER(-LEFT('Patrol Log'!A22:A43,1))))

Problem is that there is one type of data that starts with a number that I
do not want counted in the sum. It is "1desk".

How can this formula be changed so as to perform my request.
Thank You
Brian