Forum Discussion

rseek600's avatar
rseek600
Copper Contributor
Jul 27, 2023

Lookup columns + formula

Hello, I am attempting to do the following

  • I have 5 columns of data
ABCDE
New WordNew ScoreOld WordOld Score

Lookup (I did a lookup if the Old words exist in the New word list, then return the New Word) - at least I think I did this right

 

=IFNA(VLOOKUP(A2:A3795,D2:D2484,1,FALSE),"NEW WORD Column A")

Apple61.29Banana49.63

Pears

Pears57.53Strawberry69.78

Cantaloupe 

    

 

 

From Column E - I am looking to calculate the % or difference in the Old Score (E) to the New Score (B). I am using =imsub for this.

 

Thanks!

Resources