Answer the question
In order to leave comments, you need to log in
How to correctly put the line number in a google sheets column cell (if the formula is passed statically)?
Hello
, there is a formula
=IF(ISNUMBER(A1); VLOOKUP(A1; 'Responsible'!$A:$B; 2; FALSE); "" )
when uploading to google sheets, the formula is transferred statically
=IF(ISNUMBER(A1); VLOOKUP (A1; 'Responsible'!$A:$B; 2; FALSE); "" )
=IF(IDNUMBER(A1); VLOOKUP(A1; 'Responsible'!$A:$B; 2; FALSE); "" )
=IF(ISNUMBER(A1); VLOOKUP(A1; 'Responsible'!$A:$B; 2; FALSE); "" )
that is, the line number does not change
Tell me how to change the formula to pull data from the desired line?
=IF(ITNUMBER(A1), VLOOKUP(A1, 'Owners'!$A:$B, 2, FALSE), "" )
=IF(ITNUMBER(A2), VLOOKUP(A2, 'Owners'!$A:$ B; 2; FALSE); "" )
=IF(ISNUMBER(A3); VLOOKUP(A3; ' Responsible'!$A:$B; 2; FALSE); "")
=IF(ISNUMBER(A4), VLOOKUP(A4, 'Responsible'!$A:$B, 2, FALSE), "" )
etc.
ps - pulling the square is not suitable)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question