Example would be I have two columns. I'm trying to populate column 2 based on the value of column 1 as follows:
if the value in column1 is $75,000 - 250,000 then populate column 1 with $2500
if the value in column1 is $251,000 - $1,000,000 then populate column 1 with $5000
if the value in column1 is $1,000,000 or above then populate column 1 with $10000
Can this be done in smartsheet?