我在sheet1中有这个列表
     A        B
1    name     id  
2    gggg     33
3    uuuu     12
4    ffff     1
和其他sheet2
    C        D
1   id       name
2   1        **I want the names to be  populated here automatic (ffff)
3   33       **I want the names to be  populated here automatic  (gggg)
4   12       **I want the names to be  populated here automatic   (uuuu)
5   13       will be echoed (No name) because it has no name
有什么想法谢谢?
编辑;
     =IFERROR(INDEX(Sheet1!$A$2:$A$251;SMALL(IF((Sheet1!$B$2:$B$251=C2);ROW(Sheet1!$A$2:$A$251)-ROW(Sheet1!$A$1));ROW(1:1)));"")
但这只适用于第1行而不适用于其他行。
                   哪个A:B?你的意思是来自sheet1? 
                
                
                  
                    —
                    Scooter Daraf
                    
                  
                
              
                   @MátéJuhász请查看编辑过的表格,以便查看并清除每列和数字的名称。你介意编辑你的评论,以便我能理解更好的谢谢 
                
                
                  
                    —
                    Scooter Daraf