Sunline
Well-known Member
- Joined
- Oct 6, 2007
- Messages
- 701
- Office Version
- 2016
- Platform
- Windows
Hello all , using 2007 i have this Vlookup function , it also returns 0 if cell is blank .
=IF(DE2="",0,VLOOKUP(DE2,Sheet2!$A$1:$B$18,2,0))
I want to use this function for 10 too 20 cols but using just 3 of thses it takes forever too do a calculation , i have read on here that these are hungry , is there a quicker or better way to look at a cell then obtain the info from range $A$1:$B$18
Thanks .
=IF(DE2="",0,VLOOKUP(DE2,Sheet2!$A$1:$B$18,2,0))
I want to use this function for 10 too 20 cols but using just 3 of thses it takes forever too do a calculation , i have read on here that these are hungry , is there a quicker or better way to look at a cell then obtain the info from range $A$1:$B$18
Thanks .