Skip to main content
Solved

Help with grith formula

  • October 15, 2020
  • 3 replies
  • 24 views

  • New Participant

Can anyone help provide a solution to this formula? I’ve tried it with ABS and IF.

(2*{width}) + (2*{height})

Best answer by EmA

I found my issue. The width and height fields were not # fields so I converted them and it worked using ABS function. Thank you for your suggestions!

3 replies

Forum|alt.badge.img+8

Maybe try Sum(2width + 2height)


kuovonne
Forum|alt.badge.img+29
  • Brainy
  • October 15, 2020

The formula looks fine to me. Can you include a screen shot that includes headings for the relevant field and some data?


  • Author
  • New Participant
  • Answer
  • October 16, 2020

I found my issue. The width and height fields were not # fields so I converted them and it worked using ABS function. Thank you for your suggestions!