Hi,
I am not sure if I am asking right. I would like to know if its possible with appsheet to multiply a list with values in another list
For example I have two List with values
List 1- {120 , 110 , 130}
List 2- {2 , 4 , 5}
Is there any expression that will multiply List 1 With List 2 and get an output like below
120 x 2 = 240
110 x 4 = 440
130 x 5 =650
In app I would get an output like this {240 , 440 , 650}
Thanks