Hi all,

How would I modify this formula to display only if the referenced cell is greater than 60, else display nothing?

=IF(ISBLANK(t_Attendance_data!AQ2),"",t_Attendance_data!AQ2)*24
Thanks!