T
TraciAnn
I need code to either change the formatting or to set a value in a cell if
data in that row has been changed. It may work best to set a value in a
column that is locked when the worksheet is protected and then is
reset/removed after the updates have been identified.
Here are the details if it helps:
I distribute a workbook that is maintained by outside sources. The workbook
contains two tabs/sheets, Location and Technician.
The Location worksheet contains mostly information which is maintained by me
and is protected/locked when the workbook is distributed. This worksheet also
contains columns that are validated data using a list identified by a dynamic
named range on the second worksheet. These columns are not locked when the
worksheet is protected. When a change occurs on this sheet I would like for
it to be visually obvious, either by a value in a new column, or by the
formatting of the changed text (e.g. bold text).
The Technician worksheet is maintained by the outside sources. It contains
names and addresses of resources used and assigned to the Locations on the
first worksheet. When a change occurs on this sheet I would like for it to be
visually obvious, either by a value in a new column, or by the formatting of
the changed text (e.g. bold text).
Only one column is locked on the Technician worksheet. It is a formula that
creates a unique ID based on the input of some of the information in the
other columns.
On both sheets, I use conditional formatting to provide alternating
background colors to make the information more ledgible:
=AND(MOD(SUBTOTAL(3,$A2:$A$2),2)=0,$A2<>"")
Location also has Conditional formatting in eight columns which applies Gray
background to columns that should not be populated. This condition is based
on a value entered entered in another column (1 through 8).
data in that row has been changed. It may work best to set a value in a
column that is locked when the worksheet is protected and then is
reset/removed after the updates have been identified.
Here are the details if it helps:
I distribute a workbook that is maintained by outside sources. The workbook
contains two tabs/sheets, Location and Technician.
The Location worksheet contains mostly information which is maintained by me
and is protected/locked when the workbook is distributed. This worksheet also
contains columns that are validated data using a list identified by a dynamic
named range on the second worksheet. These columns are not locked when the
worksheet is protected. When a change occurs on this sheet I would like for
it to be visually obvious, either by a value in a new column, or by the
formatting of the changed text (e.g. bold text).
The Technician worksheet is maintained by the outside sources. It contains
names and addresses of resources used and assigned to the Locations on the
first worksheet. When a change occurs on this sheet I would like for it to be
visually obvious, either by a value in a new column, or by the formatting of
the changed text (e.g. bold text).
Only one column is locked on the Technician worksheet. It is a formula that
creates a unique ID based on the input of some of the information in the
other columns.
On both sheets, I use conditional formatting to provide alternating
background colors to make the information more ledgible:
=AND(MOD(SUBTOTAL(3,$A2:$A$2),2)=0,$A2<>"")
Location also has Conditional formatting in eight columns which applies Gray
background to columns that should not be populated. This condition is based
on a value entered entered in another column (1 through 8).