If status is somthing copy value from different column to this column

Hi have the following columns:
Status (with the options of): Yes/No
Number: Cost
Formula: Organisation
Formula: Personnel

I want to add a formula to the two formula columns so if the status is No the value is put in the organisation column, if the status is Yes it the value will show in the personnel column. the formula i have tried (along with several variations) is:
IF ({Reimburse = “No:Concur”}),=SUM({cost})

I just keep getting the response of True or False in the column but i want the actual number from the ‘COST’ column. Should i be using automation, but i really want to see the total of the two columns.

Any help would be appreciated.

@jdas

Try this:
Formula: Organisation
IF({Reimburse} = "No", {cost}, "")

Formula: Personnel
IF({Reimburse} = "Yes", {cost}, "")


Jim - The Monday Man (YouTube Channel)
What is Make & How can it help you?
We Create Custom Solutions
Schedule a 1-on-1 Tutorial Session