Skip to main content
Question

Once I've created a Grid, is there a simple way to name each grid cell A1, A2, A3... D7, D8 etc?


Once I've created a Grid, is there a simple way to name each grid cell A1, A2, A3... D7, D8 etc?

2 replies

david_r
Evangelist
  • April 28, 2016

Hi

If you created the grid using the Tiler, you can use the _row and _column attributes as the basis for this.

David


gio
Contributor
Forum|alt.badge.img+15
  • Contributor
  • April 28, 2016

use rownumber and charactercode extractor and charactercodereplacer.

Concatenate with columnnumber.

with start _row = 1 equivalent with A. etc.

CharacterCodeReplacer((CharacterCodeExtractor(A)-1) + _row)@Value(

_column)

or something like that..


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings