HELPPPPPP......i have a column "assigned tabl...

HELPPPPPPโ€ฆi have a column โ€œassigned tableโ€ that for whatever reason data keeps being entered to the column immediately to its left.

I regenerated the table thinking that was the issue but itโ€™s still happening.

Any idea what causes this and how I can fix it?

0 4 299
4 REPLIES 4

Is it because the very first col of the sheet is a read only reg ID column?

I had tried unchecking read only but the system keeps rechecking it.

@Tammi_Canelli Iโ€™m guessing this has something to do with your Key column.

I had similar shenanigans when

I overlooked something here. What do you mean โ€œreg IDโ€?

Best practice is to have a separate UNIQUEID() column that assigns a very unique number to each row.

This can NOT be Read Only because App knows it must write a new ID to each new row.

To make my IDs read only, I add an Editable_If, like =ISBLANK([ClientID]).

Check it out and report back with more details.

@Tammi_Canelli what is your column structure? Is your RegID column have a sheet formula??

I found the problem - had a hidden column in my sheet.

Top Labels in this Space