View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default How Can I count disagreement??

=C2-B2

and copy down.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"tomeq" wrote in message
oups.com...
Hello
I have a table. I don't know how is english name but I want polish name
( Tabela przestawna). I have a three columns in this sheet.

1 column - date
2 column - time (Minimum time)
3 column - time (Maximum time)

I want add a new column into sheet where I want count disagreement (
Columnt 3 - Column 2).
For example: 16:00 - 8:00 = 8h.

How Can I do it?