Login Page - Create Account

Support Board


Date/Time: Tue, 22 Apr 2025 00:39:09 +0000



Post From: Spreadsheet Formula

[2025-02-22 16:11:59]
User431178 - Posts: 654
=IF(AND(BARTIME>=TIME(11, 01,0),BARTIME<=TIME(13,0,0),ID18.SG1,IF(BARTIME>=TIME(17,00,0),ID18.SG1,ID18.SG1))

You do not have the parentheses correct, count them, one set is not closed.

Try this instead, noting that the AND condition is now closed.
=IF(AND(BARTIME>=TIME(11, 01,0),BARTIME<=TIME(13,0,0)),ID18.SG1,IF(BARTIME>=TIME(17,00,0),ID18.SG1,ID18.SG1))

Date Time Of Last Edit: 2025-02-22 16:12:16