RE: RE: Learn to use VLOOKUP in Excel
You are viewing a single comment's thread from:

RE: Learn to use VLOOKUP in Excel

coop78(42)
Published in
#excel
Words
80
Reading
1 min
Listen
Play
7y

What formula did you use to return the customer? =VLOOKUP(A8,A1:C4,2,FALSE)

What formula did you use to return the Invoice value? =VLOOKUP(A8,A1:C4,3,FALSE)

What would happen your formula if you entered a new column of data between the invoice number and the Customer in the lookup table? The value returned for Customer is unaffected, but the value returned for Invoice Value changes to 0. The formula would have to be updated to reflect the change in the table array and column index number.

@coop78: What formula | Ecency