Hello! I was working on trying to format a sheet and got stuck on how to concate. I want to concate a batch of 4 rows the date "Present" "Absent" "Not scheduled", so every 4 rows will be added to one column which would end up being the date. Then I want the value to be changed to "Present" "Absent" "Not scheduled" depending on the concated number in the row. So for example if the column is "100" it would be "Present", ""010" "Absent", and "001" "Not Scheduled". Thanks!