I keep track of about 40 active projects in our company. Among other things, I keep one Smartsheet on each project that shows the hours worked by several different functional areas on a week-by-week basis. I only want to put the current week's hours into the project history row for the current week after they have been validated. I have tried to find a way to do this using an IF statement that would do the following: IF(A=B,C,do nothing), in other words if the condition A=B, is true, put the value C in the cell, else if the condition fails, leave the old value in the cell. There is a way to do this in Excel but I haven't been able to find a way in Smartsheet. Instead I have to manually open each project sheet and do a copy and paste from where the weekly data comes into the sheet (via links from employee project timesheets) into the proper row in the project history. I only have to do this once a week but I would like to make it more automatic.