Hi,
I'm a bit stuck, there must be an easier way to do this, have a formula as follows:
=IF('Full Survey'!C31="","",'Full Survey'!C31)
It refers to another tab which contains data I want to retrieve and show on a summary but the data is every 27 rows so it's like this...
B3 =IF('Full Survey'!C31="","",'Full Survey'!C31)
B4 =IF('Full Survey'!C58="","",'Full Survey'!C58)
B5 =IF('Full Survey'!C85="","",'Full Survey'!C85)
B6 =IF('Full Survey'!C112="","",'Full Survey'!C112)
etc etc for 80 rows
I need to do this 80 times and I've been manually amending it as copy or dragging it down doesn't continue the pattern...any ideas please?
Many Thanks!
Bookmarks