Help with cross multiplication in excel

Copper Contributor

Hi friends, 

 

i need a little help with creating a cross multiplication formula in excel. 

 

For example: 

 

Glasses     Kg

2                6

7                ?

 

This is the calculation i need to do. 

 

Also, i want to create a formula for when i just enter No. of glassses it will give me how much material i need to use. 

 

Please if someone can help me do it. 

 

Thank you

3 Replies

Maybe you can try using a formula like this (See attached file for reference):

 

 

CrossMultiplication.png

 

Ex 1: 

=A3*($B$2/$A$2)

Ex 2:

=A4*3
=sumproduct()

@Mohammed Attarwala 

 

you can use VBA

 

see the attached file

the function is called crossmult(a,b,c)

a   b 

c  crossmult(a,b,c)