Thread: Excel
View Single Post
  #2  
Old 03-12-2007, 09:56 PM
Chris's Avatar
Chris Chris is offline
WRX Hi Five Club
Member
 
Join Date: May 2007
Location: Perth
Posts: 237
Thanks: 0
Thanked 0 Times in 0 Posts
Chris at standard level
Default

=vlookup(company name cell,the whole array on the other sheet that you want to choose from, the column number of this array that you want to look in,'false')

...I think. Excel help explains it pretty well

then use it in an if statement

=IF(vlookup(company name cell,the whole array on the other sheet that you want to choose from, the column number of this array that you want to look in,'false')>0,vlookup(company name cell,the whole array on the other sheet that you want to choose from, the column number of this array that you want to look in,'false'),'insert blank message here')

Sorry couple of edits there, i think that might work though, you might need to tweak it a little

Last edited by Chris; 03-12-2007 at 10:08 PM.
Reply With Quote