Update another column from a formula?

Hola :grinning:,
Is there a way to update a column for a formula,
for example if I have an api call in the cell ,I’d like to change the “STATUS” column to “in_progress”
before the call and “error” if it failed or “success”.

Thanks

What do you mean by this?

I mean, is it possible to change the value of column B from the column A.
with the api call , I meant a : r = requests.get(‘https://api.github.com/user’, auth=(‘user’, ‘pass’)) for example