Forum Discussion
mandipkhanal10
May 22, 2023Copper Contributor
multiplication in a column having asterisk separated value.
how to multiply the values of a column if there is asterisk symbol between the values in a go
HansVogelaar
May 22, 2023MVP
Enter = in front of the values.
mtarler
May 22, 2023Silver Contributor
alternatively use:
=PRODUCT(--TEXTSPLIT(A1,"*"))
in column next to it and fill down