![]() |
How do I format every 140th row?
I need to highlight every 140th row which, I assume, I would use conditional
formatting but I don't know how to do it. |
How do I format every 140th row?
Select all of the cell on the worksheet (click the upper left button where
the row and column headers meet) and use this Conditional Formatting formula... =MOD(ROW(A1),140)=0 -- Rick (MVP - Excel) "From the farm" <From the wrote in message ... I need to highlight every 140th row which, I assume, I would use conditional formatting but I don't know how to do it. |
How do I format every 140th row?
try using =Mod(row(),140)=0 for your condition. This would highlight row
140, 280, etc... Row 1 would need a different condition. -- If this helps, please remember to click yes. "From the farm" wrote: I need to highlight every 140th row which, I assume, I would use conditional formatting but I don't know how to do it. |
All times are GMT +1. The time now is 10:35 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com