Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello, I have been trying to figure this out for the past half hour - why is the function code in black? Please see screenshot below:(notice that the sum is black instead of blue?
Please advise, thanks!
W
enclose within square brackets
=pow(sum([Current QTD Sales])/sum([Previous Sales]),1/30)-1
enclose within square brackets
=pow(sum([Current QTD Sales])/sum([Previous Sales]),1/30)-1
Hi Ramkumar
pow process try
pow(x,y)
=pow(sum([Current QTD Sales]) / sum([Previous Sales]),(1/30)-1)
reds
rudra
This thread should be marked as answered
Hi, i think they should work. I havent tried yet, it's my morning here.
Thanks!
If you are trying to reference a field with spaces in between them you should enclose the field with [ ]'s.
As shown above.
Regards,
Marius
Hello... something is still not right.. I am getting null even though they are numbers in both fields... why is that?
Thanks!
W