kheatley
13 days agoQrew Member
If/then formula?
Need help with an if/then formula or what I assume is the best way to get the data I need.
I have a vacation request submitted into one table that is linked to decision table that needs 5 signatures before it is approved.
Currently, I have the status field in the vacation table that is:
If([# of decision records] = 5, "APPROVED", "PENDING APPROVAL")
Will this work per request? Or do I also have to include record# or something in the if statement.
Thanks for any advice/help.