I'm trying to apply an "IF" function to a column in a table of figures. Essentially I want to say:
If the value of any of the cells in this column is 0, insert the word "Closed". If the value is anything other than 0, then leave the value unchanged.
So for cells in column O it should say =IF(O4:O15331=0,"Closed","") or something similar? I've been having trouble getting it to work.
If the value of any of the cells in this column is 0, insert the word "Closed". If the value is anything other than 0, then leave the value unchanged.
So for cells in column O it should say =IF(O4:O15331=0,"Closed","") or something similar? I've been having trouble getting it to work.