View Single Post
 
Old 07-07-2021, 08:35 AM
Steve Kunkel Steve Kunkel is offline Windows 10 Office 2019
Advanced Beginner
 
Join Date: May 2019
Location: Seattle area
Posts: 81
Steve Kunkel is on a distinguished road
Default

The way conditional formatting works is that "if some calculation = true" then apply the color. For example, "if A1 = x." So can you just use the same calculation in the above cells? Like "if A1 = x, then return C6, otherwise do something else."
Reply With Quote