Hi,
my formula is returning an error:
=IF(Numbers@row yay)
Can anyone help?
Try this:
=IF(Numbers@row >1, "yay")
great answer!
answer