Is there a way to use a caret symbol in field calculator? ^?

787
3
Jump to solution
10-13-2020 03:42 PM
by Anonymous User
Not applicable

Here is the field calculator formula I'm trying to use. It's an Excel formula I've copied over and replaced referenced cells with columns in my table.

100-(15*(((0.445*((0.8*[SUM_t2])^1.15))+ (0.13 * ((0.8*[SUM_t1])^1.35)))^0.5))

0 Kudos
1 Solution

Accepted Solutions
DanPatterson
MVP Esteemed Contributor

^ in python is **, meaning to the power of, hence **0.5 is the sqrt


... sort of retired...

View solution in original post

3 Replies
DanPatterson
MVP Esteemed Contributor

^ in python is **, meaning to the power of, hence **0.5 is the sqrt


... sort of retired...
by Anonymous User
Not applicable

That did the trick. Thanks!

0 Kudos
ManishPatel
Esri Contributor

Hi Anthony Von Moos,

Not that I have ever come across, but I think what you could do is use either VBScript or Python and translate your Excel formula to python and use that in the field calculator to calculate the values.

Hope this helps.

Cheers,

Manish

 

If this answer solved your question or if you found it helpful please mark it accordingly to help others who have the same question.

Cheers,
Manish
0 Kudos