Show Data Only When Dependent Cells Contain Data

Baryonic Lord

New Member
Joined
Feb 23, 2018
Messages
1
Hello All,

How can I show the value of the last cell in column H as soon as its dependent cells (column C is Start Time, column D is when one clocks out for lunch, column E is when they came back from lunch, and column F is their total lunch time taken)?

column B is the date
column C is Start Time. Entered manually.
column D is when one clocks out for lunch. Entered manually.
column E is when they came back from lunch. Entered manually.
column F is their total lunch time taken. Formula here is "=TEXT(E1346-D1346,"hh:mm")"
column G is not used
column H is when their full work day ends. It's 9 hours most days and 8 hours every other Friday. Formula here is "=C1346+TIME(9,0,)+F1346"
column I is the actual time one clocks out for the day. Entered manually.
column J is the actual time I worked that day. Formula is "=TEXT((I1346-C1346)-F1346,"h:mm")"
column K is the same value in column J but in decimal. Formula is "=HOUR(J1346)+MINUTE(J1346)/60"

The entire row is empty except for the date (column B). Values are computed from left to right as they are filled in during the workday.

Up until yesterday column H remained empty until column C had a value and column F could be calculated.

Today, I enter my start time in column C, my lunch out in column D, and my lunch in in column E. Column H stays empty instead of calculating a value.

I don't have conditional formatting anywhere in the workbook. The formulas used do not show or hide any text.

Any tips or assistance would be GREATLY appreciated!

Excel 2016 (Windows) 32 bit
BCDEFHIJK
13432-19-20187:01 AM11:19 AM12:28 PM01:094:10 PM5:32 PM9:229.37
13442-20-20186:27 AM11:38 AM12:24 PM00:463:13 PM5:03 PM9:509.83
13452/21/20187:30 AM11:28 AM11:57 AM00:294:59 PM5:17 PM9:189.30
13462/22/20186:06 AM11:20 AM12:30 PM01:104:16 PM4:53 PM9:379.62
13472/23/20187:52 AM11:15 AM11:45 AM00:30
13482-26-2018
13492-27-2018
13502-28-2018
1351

<colgroup><col><col><col><col><col><col><col><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Times

Worksheet Formulas
CellFormula
F1342=TEXT(E1342-D1342,"hh:mm")
F1343=TEXT(E1343-D1343,"hh:mm")
F1344=TEXT(E1344-D1344,"hh:mm")
F1345=TEXT(E1345-D1345,"hh:mm")
F1346=TEXT(E1346-D1346,"hh:mm")
F1347=TEXT(E1347-D1347,"hh:mm")
J1342=TEXT(([COLOR=#0]I1342-C1342)-F1342,"h:mm"[/COLOR])
K1342=HOUR(J1342)+MINUTE(J1342)/60
J1343=TEXT(([COLOR=#0]I1343-C1343)-F1343,"h:mm"[/COLOR])
K1343=HOUR(J1343)+MINUTE(J1343)/60
J1344=TEXT(([COLOR=#0]I1344-C1344)-F1344,"h:mm"[/COLOR])
K1344=HOUR(J1344)+MINUTE(J1344)/60
J1345=TEXT(([COLOR=#0]I1345-C1345)-F1345,"h:mm"[/COLOR])
K1345=HOUR(J1345)+MINUTE(J1345)/60
J1346=TEXT(([COLOR=#0]I1346-C1346)-F1346,"h:mm"[/COLOR])
K1346=HOUR(J1346)+MINUTE(J1346)/60
H1342=C1342+TIME(8,0,)+F1342
H1343=C1343+TIME(8,0,)+F1343
H1344=C1344+TIME(8,0,)+F1344
H1345=C1345+TIME(9,0,)+F1345
H1346=C1346+TIME(9,0,)+F1346

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
somewhere on the sheet

=ISNUMBER(C1342) and also =ISNUMBER(F1342) and if true the should calculate, if false they are currently text
 
Upvote 0

Forum statistics

Threads
1,212,929
Messages
6,110,740
Members
448,295
Latest member
Uzair Tahir Khan

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