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 sheets – multiply two columns, copy third column

probably very simple question but yeah, dont know how of course.

I have 3 columns:

A  B  C
-------
5  1  A
5  2  B
5  3  C

and want to multiply column A and B, and just copy C column. All with one expresion.
So Result of multiplication A and B should be in D and result of copying should be in F:

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

Final result should be:

D F
---
5 A
10 B
15 C

Is there any simple method to do something like this?

>Solution :

this should do:

=INDEX({A1:A3*B1:B3, C1:C3})

or if you are on non-english sheet:

=INDEX({A1:A3*B1:B3\ C1:C3})
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