IF Statements

  • Thread starter Thread starter David
  • Start date Start date
D

David

I am trying to create an if statement that will classify receivables into
various categories (ie 0-30 days old, 31-60 days old etc..) based on their
age. I can't seem to get the full IF statement that will read the data and
put it into 1 of 7 categories.
 
OK. I'll bite. What data do you have, and what categories do you want? Also,
what formulas have you tried?

Regards,
Fred.
 
I have a list of AR dollars that need to be classified into the following
categories:

0-30
31-60
61-90
91-120
120-180
181-360
360+

I have tried a number of permutations of complex IF statements that usually
end up returning either an error message or a "false".
 
I GOT IT :-)!!!

David said:
I have a list of AR dollars that need to be classified into the following
categories:

0-30
31-60
61-90
91-120
120-180
181-360
360+

I have tried a number of permutations of complex IF statements that usually
end up returning either an error message or a "false".
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top