Time / counting

handysmurf

Board Regular
Joined
Jan 17, 2015
Messages
89
Office Version
  1. 365
Platform
  1. Windows
Two questions ... is there a formula that will count conditionally? In other words count the number of times the code "j" appears in a column.

Second ... I have one column that subtract time and the result is in minutes in this format "00:07:23" I need this as a decimal by either altering the existing formula or by another column. The present formula simply subtracts the begin from the end.
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
00:07:2307.38
=VALUE(MID(TEXT(A1,"hh:mm:ss"),4,2))+VALUE(RIGHT(TEXT(A1,"hh:mm:ss"),2))/60

<colgroup><col><col span="11"></colgroup><tbody>
</tbody>
 
Upvote 0
a
b
c
1
00:00:7:23
7:23​
7.38​

<tbody>
</tbody>


b1=RIGHT(A1,4)+0 custom format column b h:mm

c1=b1*24 format column c as number with two decimal
 
Upvote 0

Forum statistics

Threads
1,216,100
Messages
6,128,831
Members
449,471
Latest member
lachbee

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top