ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   How do I format every 140th row? (https://www.excelbanter.com/excel-worksheet-functions/230898-how-do-i-format-every-140th-row.html)

From the farm

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.

Rick Rothstein

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.



Paul C

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