KrisWain320
New Member
- Joined
- Feb 4, 2016
- Messages
- 10
Hey All,
I was wondering if there was a way to conditionally format a cell based on if a certain row of information has been entered.
Put in more layman terms. I have a workbook which has a master sheet filled in daily. On this sheet I have a cell which I manually change it's background colour based on if a calibration has been run on a certain machine.
On another tab in this workbook i have a table where the results of said calibration are recorded against the week it was ran.
For example:
[TABLE="width: 929"]
<tbody>[TR]
[TD][/TD]
[TD]Low Tol[/TD]
[TD]High Tol[/TD]
[TD]Z[/TD]
[TD]DV[/TD]
[TD]X[/TD]
[TD]DV[/TD]
[TD]Y[/TD]
[TD]DV[/TD]
[TD]Z[/TD]
[TD]DV[/TD]
[TD]Y[/TD]
[TD]DV[/TD]
[TD]Z[/TD]
[TD]DV[/TD]
[/TR]
[TR]
[TD]Week 1[/TD]
[TD]-0.15[/TD]
[TD]0.15[/TD]
[TD]1773.05[/TD]
[TD]0.05[/TD]
[TD]1105.08[/TD]
[TD]0.08[/TD]
[TD]423.89[/TD]
[TD]-0.11[/TD]
[TD]1773.01[/TD]
[TD]0.01[/TD]
[TD]487.94[/TD]
[TD]-0.06[/TD]
[TD]1773.57[/TD]
[TD]0.05[/TD]
[/TR]
</tbody>[/TABLE]
Is there a way to set up a conditional formatting on the calibration cell that checks the current week number and then checks if the row for that week has been completed. If the data has not been input then the cell shows red. If the week's data has been input the cell shows green?
I've been trying to figure out how to do this without inputting a macro as i would like to avoid inserting another button into my worksheet for this action. The best i thought of was to generate an if statement in another cell that displays "yes" or "no" and then conditionally format based on this but i am unsure how to write said if statement.
Any help greatly appreciated.
Many Thanks
Kris
I was wondering if there was a way to conditionally format a cell based on if a certain row of information has been entered.
Put in more layman terms. I have a workbook which has a master sheet filled in daily. On this sheet I have a cell which I manually change it's background colour based on if a calibration has been run on a certain machine.
On another tab in this workbook i have a table where the results of said calibration are recorded against the week it was ran.
For example:
[TABLE="width: 929"]
<tbody>[TR]
[TD][/TD]
[TD]Low Tol[/TD]
[TD]High Tol[/TD]
[TD]Z[/TD]
[TD]DV[/TD]
[TD]X[/TD]
[TD]DV[/TD]
[TD]Y[/TD]
[TD]DV[/TD]
[TD]Z[/TD]
[TD]DV[/TD]
[TD]Y[/TD]
[TD]DV[/TD]
[TD]Z[/TD]
[TD]DV[/TD]
[/TR]
[TR]
[TD]Week 1[/TD]
[TD]-0.15[/TD]
[TD]0.15[/TD]
[TD]1773.05[/TD]
[TD]0.05[/TD]
[TD]1105.08[/TD]
[TD]0.08[/TD]
[TD]423.89[/TD]
[TD]-0.11[/TD]
[TD]1773.01[/TD]
[TD]0.01[/TD]
[TD]487.94[/TD]
[TD]-0.06[/TD]
[TD]1773.57[/TD]
[TD]0.05[/TD]
[/TR]
</tbody>[/TABLE]
Is there a way to set up a conditional formatting on the calibration cell that checks the current week number and then checks if the row for that week has been completed. If the data has not been input then the cell shows red. If the week's data has been input the cell shows green?
I've been trying to figure out how to do this without inputting a macro as i would like to avoid inserting another button into my worksheet for this action. The best i thought of was to generate an if statement in another cell that displays "yes" or "no" and then conditionally format based on this but i am unsure how to write said if statement.
Any help greatly appreciated.
Many Thanks
Kris
Last edited: