T
Tracy
I have a column that stores customer terms like this:
net 30 days
net 60 days
net 90 days, etc.
I need to figure when an invoice is due based on the order
date and the customers terms.
Can I write an if statement that says if that column = net
30 days then substitute just the number 30, or 60 or
whatever so that I can then perform my date calculation?
Thanks in advance
Tracy
net 30 days
net 60 days
net 90 days, etc.
I need to figure when an invoice is due based on the order
date and the customers terms.
Can I write an if statement that says if that column = net
30 days then substitute just the number 30, or 60 or
whatever so that I can then perform my date calculation?
Thanks in advance
Tracy