I am trying to compare the range of time
i.e. if time between 8:00:00 am to 11:00:00 am then fill the column as "breakfast" , if time between 12:00:00 am to 16:00:00 am then fill the column as "lunch" else "dinner" using the formula tool.
Approach is by converting the time value to number and then compare the range. The output it gives me in the row is 0,1,-1.
Not sure if there is any other approach I could implement.
Thanks in advance