Help indicating if a 1 or 2 is present

Schubby10

New Member
Joined
Aug 16, 2018
Messages
33
Hi there.

I have a helper cell that has 1's attached to a job profile number. If an employee left or was transfered I have a 2 next to that job profile number. What I am looking to do is create a helper column that will determine whether the column to the right (B) job profile has 1's and 2's.

Any idea how to do this or am I overcomplicating it?

Sorry just to be clear
A:
ABFD 1-ABFD YES
ABFD 2-ABFD Yes
ABC 1-ABC NO
CBA 1-CBA NO
 
Last edited:

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
Hi,

Is this what you mean:


Book1
ABC
1ABFD1-ABFDYES
2ABFD2-ABFDYES
3ABC1-ABCNO
4CBA1-CBANO
5XYZ1-XYZYES
6XYZ2-XYZYES
Sheet414
Cell Formulas
RangeFormula
C1=IF(COUNTIF(A$1:A$100,A1)=COUNTIF(B$1:B$100,B1),"NO","YES")


Change/Adjust Cell References/Range as needed, formula copied down.
 
Upvote 0

Forum statistics

Threads
1,215,446
Messages
6,124,895
Members
449,194
Latest member
JayEggleton

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