result will go to right box

E

ED CABE

Hello to all!

Maybe you can help me with this:

1.) I'm creating a Performance Appraisal Form and I just want that the
sum up points will be directly go to the corresponding points.

(e.g. the sum up points is 97pts. then I have in column A11 100-91 so it
should be directly go in A11, but if the sum up points will be in 55pts. it
will be put in column E11, I have a box of in each column: 100-91, 90-81,
80-71, 70-61, 60-51)

I'm getting stuck of what should I do on this. But with your help it will be
a great for me.

Hoping for your simple solution on this matter.

Thanks.
 
J

Jim Thomlinson

In A10 put 100, B10 put 90, C10 put 80, and so on
Now in Cell A11 add the formula
=IF(AND($A$1<=A10, $A$1>B10), $A$1, "")
Copy it across.
The value that you put in cell A1 will land in the appropriate spot...
 
S

Shane Devenshire

Hi,

When you say "it should go directly to A11, do you want the cursor to move
to A11? If so you will need VBA. How does "I have a box in each column"
relate to the question you are asking? Where is this sum up number appearing?
What kind of "box" do you have in each column? And by column "100-91" what
column do you mean?

Cheers,
Shane Devenshire
 
E

ED CABE

THANK U SO MUCH JIM!!!!! IT REALLY WORKS....YOU SOLVE MY PROBLEM NOW I CAN
USE IT. MAY GOD BLESS YOU ALWAYS AND DON'T GET TIRED OF SHARING YOUR
KNOWLEDGE TO OTHERS LIKE ME.

REGARDS,

ED CABE =)
 

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

Top