![]() |
VLOOKUP
Using Excel 97
I have another software program that produces a parts list (Column A) and a corresponding quantity (Column B) I need to look up a part number in column A (part No 109000) and set its quantity to zero (column B). I can manually set a formula in another cell (column C) "IF(A17=109000,(VLOOKUP(A17,$A$17:$B$1000,2,FALSE) ))" and "drag" the formula into the cells beneath in its column. This function gives a value of value of "0" as required if the part number equals 109000 and returns the correct quantity of all other part numbers until the second parts list is encountered then it all goes up in smoke!!!! Ultimately I need to .:- 1) get the second, third etc parts list to work 2) and secondly try to automate this in to a code module Any ideas??? Part № Qty New Qty 101106 18 18 101109 24 24 101112 6 6 101118 84 84 101127 5 5 101133 8 8 101500 290 290 102521 97 97 102622 176 176 103312 28 28 103975 169 169 107851 11 11 107852 1 1 109000 20 0 109010 21 21 109015 146 146 #N/A Part № Qty Qty 101115 3 3 101118 2 84 101500 10 290 102236 2 2 102521 5 97 102622 26 176 103975 26 169 109000 50 0 109020 7 7 109030 19 19 109108 4 4 109112 2 2 109118 30 30 |
VLOOKUP
WAYNE,
Why Vlookup? Just use =IF(A17=109000,0,B17) Cecil "" wrote in message ... Using Excel 97 I have another software program that produces a parts list (Column A) and a corresponding quantity (Column B) I need to look up a part number in column A (part No 109000) and set its quantity to zero (column B). I can manually set a formula in another cell (column C) "IF(A17=109000,(VLOOKUP(A17,$A$17:$B$1000,2,FALSE) ))" and "drag" the formula into the cells beneath in its column. This function gives a value of value of "0" as required if the part number equals 109000 and returns the correct quantity of all other part numbers until the second parts list is encountered then it all goes up in smoke!!!! Ultimately I need to .:- 1) get the second, third etc parts list to work 2) and secondly try to automate this in to a code module Any ideas??? Part № Qty New Qty 101106 18 18 101109 24 24 101112 6 6 101118 84 84 101127 5 5 101133 8 8 101500 290 290 102521 97 97 102622 176 176 103312 28 28 103975 169 169 107851 11 11 107852 1 1 109000 20 0 109010 21 21 109015 146 146 #N/A Part № Qty Qty 101115 3 3 101118 2 84 101500 10 290 102236 2 2 102521 5 97 102622 26 176 103975 26 169 109000 50 0 109020 7 7 109030 19 19 109108 4 4 109112 2 2 109118 30 30 |
All times are GMT +1. The time now is 10:01 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com