3 day work week?

blenderman

New Member
Joined
Jan 13, 2016
Messages
3
I need to set up a formula to know when a specific product will run out. For instance, I have 100 lbs of rice, I cook 5lb of rice each day, but ONLY 3 days a week. I have used the workday function to figure when I use 5 lbs 5 days a week. I have tried NETWORKDAYS.INT, but can't seem to make that work. I am using Excel for MAC 2011. JUST FYI, this is how we will track the lbs of food and how many days is available in a feeding center for children in Honduras. Thanks in advance!


[TABLE="width: 291"]
<colgroup><col><col><col><col></colgroup><tbody>[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD] [/TD]
[TD]DATE[/TD]
[TD]AMOUNT[/TD]
[TD]FOOD UNTIL[/TD]
[/TR]
[TR]
[TD]RICE[/TD]
[TD]1/7/16[/TD]
[TD]135[/TD]
[TD]02/23/16[/TD]
[/TR]
[TR]
[TD]LBS USED PER DAY[/TD]
[TD] [/TD]
[TD] [/TD]
[TD] [/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]DAYS ON HAND[/TD]
[TD]33.75[/TD]
[TD] [/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD] [/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 208"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD][/TD]
[TD][/TD]
[TD] [/TD]
[/TR]
[TR]
[TD][/TD]
[TD] [/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
Networkdays.intl is the way to go.

The key is the string to determine weekdays/weekends
"0000011" <- that is Saturday and Sunday as weekends, Monday - Friday workdays.
It's 7 numbers representing the days of the week, beginning with Monday.
0 = Working Day
1 = Weekend Day

But it sounds like you actually want WORKDAY.INTL, not Networkdays..
But that string is the same for either function.

Can you post the WORKDAY function that you said works, but of coarse is a standard 5 day week
 
Upvote 0
what do you think... first I calculate Weeks on Hand by dividing the days by 3

Hqh5Y75.png


then i take the weeks on hand and add the number of days to the initial date to calculate the Food Until Date...

kdQPVBX.png
 
Upvote 0
Pictures don't really help too much.

You said originally
I have used the workday function to figure when I use 5 lbs 5 days a week.
What is that formula you used that works based on a 5 day workweek?

And which days do you consider the workdays in a 3 day workweek?
 
Upvote 0
how do they not help? I explained each in detail and highlighted the cell so the formula is displayed, TS can see the columns and rows. How does that not help?
 
Upvote 0

Forum statistics

Threads
1,224,269
Messages
6,177,568
Members
452,784
Latest member
talippo

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