Hello, I'm needing some help figuring out how to write this IF statement or if there is some other formula that will work better.
I have an EXCEL2000 worksheet that I need to prioritize the data. Let me explain.
SS# Order Priority AMT Default Desc
111-22-3333 99 9999 Y Checking
111-22-3333 97 50 N Savings
111-22-3333 98 110 N Savings
The chart above shows that this employee has three differant Direct Deposits. The AMT column shows the amount that goes into each account each payperiod. The dollar amount of the total paycheck varies from paycheck to paycheck so the $amount can be up to 9999. (Most folks only have one account)What I need to show is the priority for those that have more than one acct. The AMT is taking out from smallest to largest with the number 1, 2, or 3. So in this case it would look like this.
SS# Order Priority AMT Default Desc
111-22-3333 99 3 9999 Y Checking
111-22-3333 97 1 50 N Savings
111-22-3333 98 2 110 N Savings
I have an EXCEL2000 worksheet that I need to prioritize the data. Let me explain.
SS# Order Priority AMT Default Desc
111-22-3333 99 9999 Y Checking
111-22-3333 97 50 N Savings
111-22-3333 98 110 N Savings
The chart above shows that this employee has three differant Direct Deposits. The AMT column shows the amount that goes into each account each payperiod. The dollar amount of the total paycheck varies from paycheck to paycheck so the $amount can be up to 9999. (Most folks only have one account)What I need to show is the priority for those that have more than one acct. The AMT is taking out from smallest to largest with the number 1, 2, or 3. So in this case it would look like this.
SS# Order Priority AMT Default Desc
111-22-3333 99 3 9999 Y Checking
111-22-3333 97 1 50 N Savings
111-22-3333 98 2 110 N Savings