NETWORKDAY and WORKDAY formulas

broncos347

Active Member
Joined
Feb 16, 2005
Messages
291
Office Version
  1. 365
Platform
  1. Windows
I have a spreadsheet that tracks consent approvals where we have a KPI for a 28-day response time, and I want to calculate the actual response time, I have a formula in the cell already that calculates part of what I want to do however I am getting stuck on the remainder. I want to work the network days out between two dates if column L is populated with a date or column L is blank and column M has the word "OVERDUE" in the cell. Also, if column L is blank and column M has the word "OVERDUE" I would like to calculate the workdays between the issue date and today's date. Hopefully, this all makes sense. Any help would be appreciated.

++Greater Anglia Approvals Log.xlsm
DEFGHJKLMN
3Tenant Name (free text)LLC Description (free text)Linked LLC (free text)GA Single Point of ContactDate LLC Issued to GAAnticipated Response byTarget Response KPIActual Date of ResponseResponse StatusActual Response Time
4ANO Coffee & TeaCoffee Shop and RestaurantAB02/01/202409/02/202428Resubmit 
LLC Log NEW
Cell Formulas
RangeFormula
G4G4=VLOOKUP(C4,'Location Data'!B:U,20,FALSE)
J4J4=WORKDAY(H4,$K$2)
K4K4=$K$2
M4M4=IF(ISBLANK(H4),"",DOCSTATUS(H4,O4))
N4N4=IF(L4="","",NETWORKDAYS(H4,L4)-1)
Cells with Data Validation
CellAllowCriteria
G3List=Engineers
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
You may secure help if you post examples with complete information and expected results.
What formula did you try?
N.B. Your post includes links to information; consequently, all the information doesn't show.
 
Upvote 0
No response to post # 2.
Guess
Workday.xlsm
DEFGHIJKLMN
1info
2
3Tenant Name (free text)LLC Description (free text)Linked LLC (free text)GA Single Point of ContactDate LLC Issued to GAAnticipated Response byTarget Response KPIActual Date of ResponseResponse StatusActual Response Time
4ANO Coffee & TeaCoffee Shop and Restaurant02-Jan-2409-Feb-242810-02-24overdue29
502-Jan-2402-Feb-2424Overdue27
1b
Cell Formulas
RangeFormula
M4M4=IF(NETWORKDAYS(H4,L4)>K4,"overdue","")
K5K5=NETWORKDAYS(H5,J5)
N4:N5N4=IF(M4="overdue",NETWORKDAYS(H4,IF(L4="",TODAY(),L4)))
 
Upvote 0

Forum statistics

Threads
1,215,069
Messages
6,122,954
Members
449,096
Latest member
Anshu121

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