Hi - please see the attached
I need a return in a cell which gives me a result based on results elsewhere
Attached has the explanation
Thanks for any help as usual
PaulForum Potential.xlsx
Hi - please see the attached
I need a return in a cell which gives me a result based on results elsewhere
Attached has the explanation
Thanks for any help as usual
PaulForum Potential.xlsx
I Tested this, it should work. Use the formula:
=IF(G9=1,"No Potential",IF(AND(G9>1,G9<=2),"Potential with Development",IF(AND(G9>2,G9<=3),"Future Potential",IF(AND(G9>3,G9<=4),"Immediate Potential",IF(G9>4,"High Potential","")))))
Eric
Shorter
![]()
Please Login or Register to view this content.
Last edited by Ace_XL; 02-01-2013 at 12:47 PM.
Life's a spreadsheet, Excel!
Say thanks, Click *
Short and clean...
=LOOKUP(G9,{1,2,3,4},{"No Potential","Future Potential","Immediate Potential","High Potential"})
Brilliant! Thanks as usual!
Paul
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks