Tally Chart

Shakes007

Board Regular
Joined
Jul 1, 2012
Messages
91
Office Version
  1. 365
Platform
  1. Windows
Hi,
I am doing some study work and would help to complete data. In Column A I have a formula to count the number of times completed said task. What the goal is, column 'B' to take the total completed tasks and convert that to time. For example, A1 displays 25 (each record is done in 30 mins) is there a formula to change that to display in B1 25*30 displayed in time spent not time of the day?
Kind Regards,
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
Not sure if I'm missing something but why not just
Excel Formula:
=A1*30
or if you want it in hours
Excel Formula:
=A1*0.5
 
Upvote 0
Hi,

May be this:

Book3.xlsx
AB
12512:30
2^Custom Format
3[h]:mm
Sheet911
Cell Formulas
RangeFormula
B1B1=(A1*30)/1440
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,945
Messages
6,122,397
Members
449,081
Latest member
JAMES KECULAH

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