How do I get the last two numbers from an Int?

Hi there,

I am trying to extract the last two numbers from an int value which comes out as ‘3+35’, for example. I want to get the 35 and exclude that before it.

The issue is that this is a dictionary value as it is scraped from a datatable - I don’t know if this will affect it?

Thanks for your help

Hi @dr1992

Please try,

Right(yourvariablename,2)

The issue is that this is a dictionary value as it is scraped from a datatable - I don’t know if this will affect it?

Can you explain this little more please.

Thanks

That did it. Simple and effective, thank you.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.