The table is looking up the three fees from a lookup where the field is a number field, however, it enters a number replacing the comma with a decimal point. (As you can see. 13.5 instead of 13500) I can’t figure out how to get it to show the actual number. Any ideas?
It looks like you are using a Join List column instead of Look Up column. Could you please double click on one of your fee columns and send us the screenshot?
I’m sure we are missing something here. Trying adding a math column on this table and just write “In Person High”. See what value it is giving you? Is it giving you 13.5 or 13,500?
Stick with a Lookup. Don’t use a Joined List for this.
Try removing the dollar symbol and possibly the thousand separator (comma) from the column you are trying to look up. Or create a separate basic number column in the table you are getting those numbers from with just a number and nothing else, and then lookup that column. Better to work with just numbers instead of numbers intermixed with text characters.
It’s trying to convert text into numeric values and I think the extra characters are throwing it off, or causing to treat the comma as a decimal, which is valid in certain countries.