Calculating specific time for tasks

Freeworld

New Member
Joined
Oct 3, 2018
Messages
3
I am trying to Calculate time on a specific tasks per employee for scheduling purpose.

I have 2 categories.

LOBBY = 45MIN
OFFICE = 45MIN

looking for if cell = lobby than calculate time as 45mins and add for total time on lobby.

If I am able to send a screen shot of the work file I can show for better understanding.
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Hi,

Try this : Ctrl+Shift+Enter NOT just Enter

C1 =TEXT(SUM(IF(A1:A3="LOBBY",SUBSTITUTE(B1:B3,"MIN","")/1440)),"HH:MM")

ABC
1LOBBY45MIN01:05
2OFFICE45MIN
3LOBBY20MIN

<colgroup><col width="70" span="4" style="width:52pt"> </colgroup><tbody>
</tbody>
 
Upvote 0
Table looks more like this.


Time. 9:00am|9:45am|10:00am
Employee name
Employee 1. Lobby. Office. Lobby
Employee 2. Office. Lobby. Office.
Employee 3. Office. Office. Lobby
 
Upvote 0
Try this :

G3 =SUMPRODUCT(--(B3:F3="Lobby"),$C$1:$G$1-$B$1:$F$1)



ABCDEFG
1Time9:00 AM9:45 AM10:00 AM10:45 AM11:30 AM
2Employee name
3Employee 1LobbyOfficeLobbyLobbyOffice02:15
4Employee 2OfficeLobbyOfficeLobbyOffice01:00
5Employee 3OfficeOfficeLobbyOfficeOffice00:45

<colgroup><col><col><col span="2"><col span="3"><col></colgroup><tbody>
</tbody>
 
Upvote 0

Forum statistics

Threads
1,214,819
Messages
6,121,727
Members
449,049
Latest member
MiguekHeka

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