missdeannamarie
New Member
- Joined
- Mar 31, 2014
- Messages
- 25
Hello!! I am hoping you excel genius' can help a girl out!!! I have tried to explain below my situation. Please offer any help you think you can! Much appreciated.
TAB 1: Data is entered manually in cells B2:J3
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[TD]H[/TD]
[TD]I[/TD]
[TD]J[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]PROJECT[/TD]
[TD]6/1/17[/TD]
[TD]6/2/17[/TD]
[TD]6/3/17[/TD]
[TD]6/4/17[/TD]
[TD]6/5/17[/TD]
[TD]6/6/17[/TD]
[TD]6/7/17[/TD]
[TD]6/8/17[/TD]
[TD]6/9/17[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]P1
[/TD]
[TD]PC: F3: KW,MG[/TD]
[TD]PC: F3: KW,MG[/TD]
[TD]PC: F3: KW,MG[/TD]
[TD]PC: F3: KW,MG[/TD]
[TD]PC: F3: KW,MG[/TD]
[TD]PC: F3: KW,MG[/TD]
[TD]PC: F3: KW,MG[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]P2[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]CS: F1: KW,DL[/TD]
[TD]CS: F1: KW,DL[/TD]
[TD]CS: F1: KW,DL[/TD]
[TD]CS: F1: KW,DL[/TD]
[TD]CS: F1: KW,DL[/TD]
[/TR]
</tbody>[/TABLE]
TAB 2: This is where I want to enter the formula. I want this to act as a resource tool, that will show when each employee (CC) is scheduled for a project. I have one formula that works to tell me if an employee is double booked, but i want to add to this.
=IF(COUNTIF(TAB1!B2:B3,"*"&$A$2&"*")=1,"Z",IF(COUNTIF(TAB1!B2:B3,"*"&$A$2&"*")>1,"X",""))
Where Z = Booked once, X = Booked more than once
I want to add to this the ability to code the booked one as its location (AA) form TAB 1. This is where I need help!
I was trying something like this, but couldn't get it to work:
=IF(AND(B57:B58="PC",B57:B58="KW"),"V", "")
Once I have the letters returned, I then conditional format based on that for color coding.
[TABLE="class: grid"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[TD]H[/TD]
[TD]I[/TD]
[TD]J[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]EMPLOYEE[/TD]
[TD]6/1/17[/TD]
[TD]6/2/17[/TD]
[TD]6/3/17[/TD]
[TD]6/4/17[/TD]
[TD]6/5/17[/TD]
[TD]6/6/17[/TD]
[TD]6/7/17[/TD]
[TD]6/8/17[/TD]
[TD]6/9/17[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]KW[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]MG[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]DL[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Hope this makes sense!! Thanks a lot!!
TAB 1: Data is entered manually in cells B2:J3
The data in the cells is as follows:
AA: BB: CC, CC
Where AA is the Location of the Project, BB is the Tool, and CC are the employee's assigned to the project.
[TABLE="class: grid"]<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[TD]H[/TD]
[TD]I[/TD]
[TD]J[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]PROJECT[/TD]
[TD]6/1/17[/TD]
[TD]6/2/17[/TD]
[TD]6/3/17[/TD]
[TD]6/4/17[/TD]
[TD]6/5/17[/TD]
[TD]6/6/17[/TD]
[TD]6/7/17[/TD]
[TD]6/8/17[/TD]
[TD]6/9/17[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]P1
[/TD]
[TD]PC: F3: KW,MG[/TD]
[TD]PC: F3: KW,MG[/TD]
[TD]PC: F3: KW,MG[/TD]
[TD]PC: F3: KW,MG[/TD]
[TD]PC: F3: KW,MG[/TD]
[TD]PC: F3: KW,MG[/TD]
[TD]PC: F3: KW,MG[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]P2[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]CS: F1: KW,DL[/TD]
[TD]CS: F1: KW,DL[/TD]
[TD]CS: F1: KW,DL[/TD]
[TD]CS: F1: KW,DL[/TD]
[TD]CS: F1: KW,DL[/TD]
[/TR]
</tbody>[/TABLE]
TAB 2: This is where I want to enter the formula. I want this to act as a resource tool, that will show when each employee (CC) is scheduled for a project. I have one formula that works to tell me if an employee is double booked, but i want to add to this.
=IF(COUNTIF(TAB1!B2:B3,"*"&$A$2&"*")=1,"Z",IF(COUNTIF(TAB1!B2:B3,"*"&$A$2&"*")>1,"X",""))
Where Z = Booked once, X = Booked more than once
I want to add to this the ability to code the booked one as its location (AA) form TAB 1. This is where I need help!
I was trying something like this, but couldn't get it to work:
=IF(AND(B57:B58="PC",B57:B58="KW"),"V", "")
Once I have the letters returned, I then conditional format based on that for color coding.
[TABLE="class: grid"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[TD]H[/TD]
[TD]I[/TD]
[TD]J[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]EMPLOYEE[/TD]
[TD]6/1/17[/TD]
[TD]6/2/17[/TD]
[TD]6/3/17[/TD]
[TD]6/4/17[/TD]
[TD]6/5/17[/TD]
[TD]6/6/17[/TD]
[TD]6/7/17[/TD]
[TD]6/8/17[/TD]
[TD]6/9/17[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]KW[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]MG[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]DL[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Hope this makes sense!! Thanks a lot!!