Making my schedule

killerhobbit

New Member
Joined
Jun 15, 2018
Messages
2
Hey all,
I am new to the forum I am absolutely stuck and would like to see if I can get some assistance. I have been working on my schedule program for awhile now and actually have a completed schedule but would like to make some much needed tweaks to make it even better. I’d like to add a function for vacation, sick time, etc where I type VAC into the time slot and it registers VAC as equaling 8hrs. I am sure the answer is simple but I’d also like to not have to change my current iferror formula that currently exists in the cell. Anyone can help me I’d be greatly appreciative.
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
You want to type "VAC" into a cell....but still retain the formula that's already in the cell?

The only way would be to add an IF statement to the front of your formula saying if another cell is VAC then 8hrs, otherwise go through the IfError formula you have now. That would require a "helper" cell that you would actually type VAC into for vacation time or leave blank for working time.
 
Upvote 0

Forum statistics

Threads
1,223,230
Messages
6,170,883
Members
452,364
Latest member
springate

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