Forum Discussion
Jesling
Jan 26, 2022Copper Contributor
Highlight FIRST EVER row ONLY
Hey guys, I have a file with column stating "Financial Free" or "Keep on Going". By usual conditional formatting, I able to highlight all the rows with "Financial Free" in green. However, I only want...
chahine
Jan 27, 2022Iron Contributor
as the rows not sorted put the conditional formatting formula to be if(c4<>c5), then it will highlight wherever your row changes its name, thus first row will be highlighted everytime