Forum Discussion
majorthompson
Jun 19, 2019Copper Contributor
Excel Conditional Formatting / Modification to "Stop If True"
Good morning. TL;DR: I am trying to get a dynamic border that only applies to my very last row. THE REST: I have an Excel spreadsheet of my active cases I'm working on. I have several diffe...
- Jun 19, 2019Try this:
=ROW()=COUNTA($A:$A)
Twifoo
Jun 19, 2019Silver Contributor
Try this:
=ROW()=COUNTA($A:$A)
=ROW()=COUNTA($A:$A)