You will need a custom form for that. The reason is, in a native form, the data you input in an entry field isn’t in the table until the users submits the form, it’s as if the data didn’t exist yet in your table, so you cannot work with it or run it through any computed columns.