Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Google Sheet – Is it possible do concatenate a cell in a formula

I want to include a value from the Datas tab.

So my formula should be : =Datas!A1071.

But how I can use the value include in another my current tab to replace the 1071 part.

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

Something like this : =Datas!A"B1".

Is is possible ?

Example: https://docs.google.com/spreadsheets/d/1qboMqSbrXLervVQcEAfWpb_HB9m6EPbQxUbmeAZXtiE/edit#gid=1569842665

Thanks.

>Solution :

You can use the INDIRECT function.

=INDIRECT("Datas!A"&B1)

Or INDEX

=INDEX(Datas!A:A,B1)
Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading