I have a forumla like below
=IF(AND('Publish Tracking'!$E95) Cell# 1
=IF(AND('Publish Tracking'!$E102) cell# 2
The above formula is skipping 7 rows every time. Now if i have to copy this formula down to many rows. it will not skip same number of rows (i.e 7rows) every time. instead it will substitute
=IF(AND('Publish Tracking'!$E95) Cell# 1
=IF(AND('Publish Tracking'!$E102) cell# 2
copy formula down makes it look like below
=IF(AND('Publish Tracking'!$E103) cell# 2
How can i copy the formula and make it skip same number of rows.
thanks for your help.
=IF(AND('Publish Tracking'!$E95) Cell# 1
=IF(AND('Publish Tracking'!$E102) cell# 2
The above formula is skipping 7 rows every time. Now if i have to copy this formula down to many rows. it will not skip same number of rows (i.e 7rows) every time. instead it will substitute
=IF(AND('Publish Tracking'!$E95) Cell# 1
=IF(AND('Publish Tracking'!$E102) cell# 2
copy formula down makes it look like below
=IF(AND('Publish Tracking'!$E103) cell# 2
How can i copy the formula and make it skip same number of rows.
thanks for your help.