I have prepared a spreadsheet with conditional formatting and following are the details.Cell=K39 is having Data Validation clause.Excel cell with Data Validation Clause
when the K39>= 3, particular cell range is visible to edit the data and if the value is less than 3, this cell range would not appear.
The particular cell range is not visible with K39=2
The particular cell range is visible with K39=3
However, I am having different colour coding for excel for appearance and the sheet is printing in 'Black and White'Sheet is printing in Black and White
The query is, upon seeing the excel if K39=2 the conditionally formatted data is not visible. however, while printing the data is getting printed. So, how to control the printing the conditionally formatted cells when my K39 value is 1 or 2.
the excel sheet structure will be protected from editing to the users. So, instead of deleting the rows/columns, I am looking for another solution.