I really can't word this well, so I'll explain what I mean.
I have 2 sheets, the first one you manually type things and the 2nd formats it into a certain way. The first sheet is setup vertically with names being the rows, and the formatted sheet has the names as the columns.
To format the 2nd sheet I have something like this setup:
Cell C1:
=IF( Sheet1!L19 = "", "", "hello" )
I want cell B1 to be
=IF( Sheet1!L20 = "", "", "hello" )
but instead it makes it K19. I already tried $L19 but it makes all cells $L19. How can I set this up so it does what I am trying to do?
I have 2 sheets, the first one you manually type things and the 2nd formats it into a certain way. The first sheet is setup vertically with names being the rows, and the formatted sheet has the names as the columns.
To format the 2nd sheet I have something like this setup:
Cell C1:
=IF( Sheet1!L19 = "", "", "hello" )
I want cell B1 to be
=IF( Sheet1!L20 = "", "", "hello" )
but instead it makes it K19. I already tried $L19 but it makes all cells $L19. How can I set this up so it does what I am trying to do?