Use calculations like in Excel

Hello, I’m struggling to perform a basic task in Baserow, such as adding columns or cells together. Could you please take a look at the attached example and explain how I can accomplish this? I’d like to use the app to display this information to all employees. Thank you!

Hi @Mangaire1

I’m afraid it is really hard to see the example. Are you able to just attach the image to the forum post here? You can use the Upload button as highlighted below

Thanks for the clearer screenshots @Mangaire1.

Could you outline in detail what is the end result or goal you are trying to achieve and where exactly are you stuck?

Hi @Mangaire1

To add numbers in two fields use field(‘N1’)+field(‘N2’)

To combine text use the concat function as in concat(field(‘N1’)+field(‘N2’))