•1 min read•from Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community
Late call an array of functions
The formula syntax is not allowing which should be possible:
This works: =IF(TRUE,VSTACK(NOW,TODAY))()
This raises syntax error: =VSTACK(NOW,TODAY)()
Why?
Unrelated working examples:
=(@VSTACK(NOW,TODAY))()
=LAMBDA(func,func())(VSTACK(NOW,TODAY))
[link] [comments]
Want to read more?
Check out the full article on the original site