Forum Discussion
trevorw1329
4 years agoRegular Visitor
New Column - Using related function "parameter is not the correct type"
Hi, I am trying to create a new column in order to calculate the distance between locations using latitude and longitude. To do this I created a new column under one sheet and used the related funct...
- 4 years ago
I'm not sure this is the extent of the problem you are facing, but at the very least you need a closing parentheses after Active_Nonprofit_Network[NPO].
Distance = ACOS(SIN(RELATED(Active_Nonprofit_Network[NPO]) * PI()/180)))
SunRiser
4 years agoRegular Visitor
I'm not sure this is the extent of the problem you are facing, but at the very least you need a closing parentheses after Active_Nonprofit_Network[NPO].
Distance = ACOS(SIN(RELATED(Active_Nonprofit_Network[NPO]) * PI()/180)))
- trevorw13294 years agoRegular Visitor
Thank you, all good now! Haha not sure how this didn't occur to me