Hello there
I want the bottom row of my range of cells to have a border along the bottom
I have a range of cells - top left cell F6 - which is 5 columns wide but with a variable numbers of rows. The numbers of rows is determined by how many entries are made in C6 down.
F6 has a simple IF formulas - IF(C6="","",C6)
F7 has a simple IF formulas - IF(C7="","",C7)
So if there is only one entry in the C column there will only be one row in my range and the border is put under the cells F6- J6
So if there are 2 entries in the C column (C6,C7) there will only be one row in my range and the border is put under the cells F7- J7
Using current region is no good as it include those cells with formulas.
Any help appreciated
I want the bottom row of my range of cells to have a border along the bottom
I have a range of cells - top left cell F6 - which is 5 columns wide but with a variable numbers of rows. The numbers of rows is determined by how many entries are made in C6 down.
F6 has a simple IF formulas - IF(C6="","",C6)
F7 has a simple IF formulas - IF(C7="","",C7)
So if there is only one entry in the C column there will only be one row in my range and the border is put under the cells F6- J6
So if there are 2 entries in the C column (C6,C7) there will only be one row in my range and the border is put under the cells F7- J7
Using current region is no good as it include those cells with formulas.
Any help appreciated