For example, if n=4, I want to draw a border after every fourth column. So it looks like this if n=4 (and this is for all the columns):
I tried conditional formatting but it draws the border to the right of that cell, and not for the entire column.
For example, if n=4, I want to draw a border after every fourth column. So it looks like this if n=4 (and this is for all the columns):
I tried conditional formatting but it draws the border to the right of that cell, and not for the entire column.
Select all cells and apply Conditional Formatting with a Formula is such as:
MOD(COLUMN(),4)=0
and a Cell Style with Borders similar to: