Help with Formula

Ranger32195

Board Regular
Joined
Feb 4, 2009
Messages
131
Good afternoon,

I have the following formula that provides me with a number depending on time elapsed between specific dates, eg 1, 2 3 etc

=3*(NETWORKDAYS(K1127,L1127)-1)+MATCH(HOUR(L1127),{0,12,17})

I am now looking to modify the above so that anything with a difference of less than 1.5 network days (Or anything less than noon the following network day) to equal 1 - anything greater than noon the following network dayto be 2....

=1*(NETWORKDAYS(R150,P150)-1)+MATCH(HOUR(P150),{0,36})

Thanks in advance
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
Apologies for the bump...

Good afternoon,

I have the following formula that provides me with a number depending on time elapsed between specific dates, eg 1, 2 3 etc

=3*(NETWORKDAYS(K1127,L1127)-1)+MATCH(HOUR(L1127),{0,12,17})

I am now looking to modify the above so that anything with a difference of less than 1.5 network days (Or anything less than noon the following network day) to equal 1 - anything greater than noon the following network dayto be 2....

=1*(NETWORKDAYS(R150,P150)-1)+MATCH(HOUR(P150),{0,36})

Thanks in advance
 
Upvote 0

Forum statistics

Threads
1,215,410
Messages
6,124,756
Members
449,187
Latest member
hermansoa

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