Thread: Excel help
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default Excel help

Hi,

I think that would work if all the entries ended in 1 but because there are
some D2, D4 etc I do think you need to specifically sum the string minus the
first character.

Mike

"Roger Govier" wrote:

Hi Mike

looking at the OP's summary, it looks like the numeric's from each entry
aren't being used, so just
=SUMPRODUCT(--(LEFT(Sheet1!A1:A7,1)="d"))
for the D results will suffice.
--
Regards
Roger Govier

"Mike H" wrote in message
...
Hi,

Try this

=SUMPRODUCT((LEFT(Sheet1!A1:A7,1)="d")*(RIGHT(Shee t1!A1:A7,LEN(Sheet1!A1:A7)-1)))

Change "d" to M or N to sum the others.

Mike

"Yogin" wrote:

Hi

I have a spreadsheet which looks similar to below

Shift
D1
D1
D2
D4
N1
N4
M1

On a difference sheet, currently I add this up manually.
Is there a way that I can auto sum to give me a total using countif.

Days = 4
Mids = 1
Nights = 2

Thanks

Yogin