Why doesn't my IFS expression work?

Whats wrong here…

IFS(
WEEKDAY(TODAY())=7,TODAY()+2,
TIMENOW()>“12:00:00”,TODAY()+1,
TODAY()
)

2X_4_48acc1386a565841c4824be792685debe16fc096.jpeg

0 1 305
1 REPLY 1

With the IFS() you need to use pairs and the last one doesn’t have pair. Instead of writing TODAY(), write TRUE,TODAY()

Top Labels in this Space