Hi,
I am trying to write a formula that returns a flag if one of column 1,2,3,4,5,6,7 isn't checked. I have tried using the IF and OR formula together but am getting #Unparseable.
Any ideas/help will be appreciated.
Thanks
Hi bukolatadio,
Try using something like this:
=IF(OR([Column1]@row = 0, [Column2]@row = 0, [Column3]@row = 0, [Column4]@row = 0, [Column5]@row = 0, [Column6]@row = 0), 1, 0)
Thanks Alejandra, will try this and let you know how it goes.
Thanks Alejandra,
I have had to add some other conditions to this and modify it and I was able to get through.
I need to extract and split the contents of a cell in a Smartsheet into three separate columns to a new smartsheet. The cell entries are originally submitted through a form.
Hello, Just investigating an idea. I'm building a staff register sheet. I'm curious to know if its possible to populate specific cells by the answers given in a form? So if, in a form, a staff member gives their name, the date and that they will be on leave, sick, training ect. Once the form is submitted, it will populate…
My current formula is below. I would like to update this so that I only get a total of those that have been Quoted and have a timeframe data of 2025. How do I add this extra filter into the formula? =SUMIF(Status:Status, "Quoted", [Est. GP]:[Est. GP])