Hi,
i am working on a database spreadsheet and would like help with formulas.
I have a set of formulas in a box above and what I'd like to do is when I insert a new row I'd like the formulas above it to continue in the rows below.
I'd like to continue inserting rows below into their hundreds.
I have done 3 rows manually & it looks like this>>>
=IF(A16=$K$4,IF(AT16="PH","1","0"),0)+IF(A17=$K$4,IF(AT17="PH","1","0"),0)+IF(A18=$K$4,IF(AT18="PH","1","0"),0)
I am new to macros but I have attempted a macros and it just repeats the last section of the formula.
i am working on a database spreadsheet and would like help with formulas.
I have a set of formulas in a box above and what I'd like to do is when I insert a new row I'd like the formulas above it to continue in the rows below.
I'd like to continue inserting rows below into their hundreds.
I have done 3 rows manually & it looks like this>>>
=IF(A16=$K$4,IF(AT16="PH","1","0"),0)+IF(A17=$K$4,IF(AT17="PH","1","0"),0)+IF(A18=$K$4,IF(AT18="PH","1","0"),0)
I am new to macros but I have attempted a macros and it just repeats the last section of the formula.