Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you all very much for the quick and useful responses.
The two date ranges are sequential inside their own sets, but one set could come wholly before, during, overlapping or after the second. Would the best way be to use the Median() check as advised by Jacob but check for A1 being the middle date also? "Jacob Skaria" wrote: Just to add on to what Ron has posted... If the date series are not in sequential order; try A1 = StartDate1 B1 = EndDate1 A2 = StartDate2 B2 = EndDate2 =IF(MEDIAN(A1,B1,A2)=A2,NETWORKDAYS(MIN(A1,A2), MAX(B1,B2)),NETWORKDAYS(A1,B1)+NETWORKDAYS(A2,B2)) -- Jacob "Colin" wrote: Hello, Can anybody help please? I have used Networkdays() to count the working days between two dates. And have had to do this twice. So now have two counts that I will add together. But if the same particular date is in both count sets I dont want to count it twice? Hope this makes sense, Thanks in advance |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need to pull <=14 Days, <=30 Days, 30 Days from a date column | Excel Discussion (Misc queries) | |||
Employee days worked (-Holidays, -weekends, Snow Days, etc) | Excel Discussion (Misc queries) | |||
Count Days more than 180 days prior to today | Excel Worksheet Functions | |||
When word says Install I want it count the days for 3 days w.o wee | Excel Worksheet Functions | |||
COUNT how many ROWS ago out of 10 days that the highest high in 10 days was made | Excel Worksheet Functions |