Hi All,
i have been looking at many different ways on how to do this, its more than likely very simple but i just cannot figure it out.
i want to look up a value in another sheet based on another cells value. i can get the formula to work on every cell but i just want it to run for the "No" entries.
in column "I" (starting at "I2") there is "Yes & "No" entries, if there is a "No" entry then the formula =IF(ISNA(VLOOKUP([@[Calling Number]],'Outgoing'!G:G,7,FALSE)), "No", "Yes") should run in column "J" to look up a number in another sheet. if it is "Yes" in column "I" then column "J" can be blank.
if it can be written as a VBA how do i include if the result from the lookup is "Yes" move to column "K" and display the value in column "C" of the lookup sheet (where the matching value was found) and then move to column "L" and display the row number the matching value was found on.
i hope this makes sense, apologies if its super simple and i'm missing something obvious.
thanks all!
i have been looking at many different ways on how to do this, its more than likely very simple but i just cannot figure it out.
i want to look up a value in another sheet based on another cells value. i can get the formula to work on every cell but i just want it to run for the "No" entries.
in column "I" (starting at "I2") there is "Yes & "No" entries, if there is a "No" entry then the formula =IF(ISNA(VLOOKUP([@[Calling Number]],'Outgoing'!G:G,7,FALSE)), "No", "Yes") should run in column "J" to look up a number in another sheet. if it is "Yes" in column "I" then column "J" can be blank.
if it can be written as a VBA how do i include if the result from the lookup is "Yes" move to column "K" and display the value in column "C" of the lookup sheet (where the matching value was found) and then move to column "L" and display the row number the matching value was found on.
i hope this makes sense, apologies if its super simple and i'm missing something obvious.
thanks all!