G
Golfinray
I have 4 different types of project numbers. First type is a one, two, or
three digit number. (ie, 312, 91, 8, 614.) Second is 4 digits-two digits,
3412-12, 5633-07. Third and fourth types are 4 digits-four digits-two or
three digits, 4303-7876-032 or 5689-4501-86. What I need is for digits to be
converted. I want any 1,2, or 3 digit numbers to now say "AFIRP Type
Project." I want 4 digit-two digit to now say "Transitional Project." And I
want the third and fourth types to say "Partnership Type I" or "Partnership
Type II" based on the first 4 digits. For the AFIRP type I tried IIF([project
ID]like "###",[AFIRP],[project ID]) but I never could get that to work right.
Help! Thanks a bunch!!!!
three digit number. (ie, 312, 91, 8, 614.) Second is 4 digits-two digits,
3412-12, 5633-07. Third and fourth types are 4 digits-four digits-two or
three digits, 4303-7876-032 or 5689-4501-86. What I need is for digits to be
converted. I want any 1,2, or 3 digit numbers to now say "AFIRP Type
Project." I want 4 digit-two digit to now say "Transitional Project." And I
want the third and fourth types to say "Partnership Type I" or "Partnership
Type II" based on the first 4 digits. For the AFIRP type I tried IIF([project
ID]like "###",[AFIRP],[project ID]) but I never could get that to work right.
Help! Thanks a bunch!!!!