So I'm looking to get a formula that will set the row to be white/orange/green depending on the amount of cells populated in the row.
each cell with have different data, some text some numerical. It just needs to detect if the cell has been populated/filled with any data.
Example A12 + B12 = White
A12 + B12 + C12 + D12 = Orange
A12 + B12 + C12 + D12 + E12 + F12 = Green
Hope this is clear enough. Thanks DG