Return date if calendar equals "eg/ig"

steve89

Board Regular
Joined
Oct 4, 2015
Messages
152
hi trying to find a formula for my leave tracker which has a calendar and is as follows:

C11:AG11 = Days in the months by the number format
B12:B23 = months in the year: Example: "january"
C12:AG23 = infractions or paid time off we enter
but i want the formula to look for "EG/IG" and if so return the date that it occured

also would like a separate formula to sat if "EG/NI" was giving then text should equal "no" and if EG/IG" was giving text should say yes.
EG stands for evaluation giving
IG stands for increase giving
NI stands for no increase giving

thanks everyone hope to get some help

=IFERROR(IF(BK27<>0,IF(BK29>=BK29,"YES","NO")&TEXT(BK29/BK27,),"NO"),"YES")
this is what i have now if the formula see "EG/IG" it reads as yes but dont know how to incorporate "EG/NI" as no.
 
hey Joe been a long time hope all is well i had a question regarding an issue im having here is the data: the question i have is i have the formula setup as you can see showing if the shifts in "Employee Data" are missing then its tells me which one is missing. Issue i would like in a different cell is tell me if two duplicate shifts are listed in this example see cell D21 and D30 where the two employees are scheduled on the same position/shift. would love an alert to tell me when there are duplicates so we can remove them and not over schedule. Thank you so much

Excel Workbook
D
20OFF
21AM 1
22VAC
23AM 4
24AM 3
25N/A
26PM 1
27AM 2
28PM 3
29OFF
30AM 1
31PM 4
32PM 2
53
54 
55
MASTER UNIVERSAL SCHEDULE


Excel Workbook
A
2AM COOK
3PM COOK
4PR COOK
5AM 1
6AM 2
7AM 3
8AM 4
9PM 1
10PM 2
11PM 3
12PM 4
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Employee Data
 
Upvote 0

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.
It is best to start a new thread instead of posting to one that has been dormant for over a year (especially since you got in over my head at the end).
You can always include a link back to this thread, if there is anything in there that is relevant that a person would need to know in order to answer your new question.
 
Upvote 0

Forum statistics

Threads
1,215,398
Messages
6,124,690
Members
449,179
Latest member
kfhw720

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