I have a double column "BC" which was made into a range ("MarkerRange") that contains an assortment of markers ID's to identify common rows.
as an example:
XT
00
FF
SU
ZZ
FF
0
XX
FF
In some cases the marker ID is a single character, or double, or only a solid color, or a color with a unique boarder color or just a pattern etc..
I have also created a drop down menu in cells JK, range ("MarkerID") which points to the list of marker IDs
Is it possible to create a "script" which will say: If the value "and" formatting from range ("MarkerID") matches anywhere in ("MarkerRange")
to place an "X" 3 colums to the right?
as an example:. if "FF" is selected in ("MarkerID") drop down menu
XT
00
FF x
SU
ZZ
FF x
0
XX
FF x
I have similar scripts which identify values, but none that include exact formatting.
Thanks for any help
Jeff
as an example:
XT
00
FF
SU
ZZ
FF
0
XX
FF
In some cases the marker ID is a single character, or double, or only a solid color, or a color with a unique boarder color or just a pattern etc..
I have also created a drop down menu in cells JK, range ("MarkerID") which points to the list of marker IDs
Is it possible to create a "script" which will say: If the value "and" formatting from range ("MarkerID") matches anywhere in ("MarkerRange")
to place an "X" 3 colums to the right?
as an example:. if "FF" is selected in ("MarkerID") drop down menu
XT
00
FF x
SU
ZZ
FF x
0
XX
FF x
I have similar scripts which identify values, but none that include exact formatting.
Thanks for any help
Jeff