Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI team,
I am having table like below .. i ant to calculate sum of sales
Product, sales
A,20
b,30k
c,40k
how to calculate sum of sales?
thanks for the reply
but i am having "K" value for some filelds in that i want to multiply the value* 1000 .
How can we get that ?
In a crude way, you can try like:
=Sum(Replace(sales, 'k','000'))