I have a formula in one cell which is referencing a value in a single cell. The same formula is in the cell below (referencing the same cell). Formula is
=IF(H1>0,"I",IF(H1<0,"C",""))
and this is in cells A1 and A2. I want to copy it down for all values in column H but repeating over the 2 rows, i.e. formula in A3 and A4 are =IF(H2>0,"I",IF(H2<0,"C",""))
Is there an easy way to copy down for all values in H?
=IF(H1>0,"I",IF(H1<0,"C",""))
and this is in cells A1 and A2. I want to copy it down for all values in column H but repeating over the 2 rows, i.e. formula in A3 and A4 are =IF(H2>0,"I",IF(H2<0,"C",""))
Is there an easy way to copy down for all values in H?