comparing two column in excel and pul up value from another column -


examples:

i have 2 excel files

  1. file have column a
  2. file have column b & c

requirement:

if values same in column & column b value column c should display in column d

please let me know formula

in d1:

=if(a1=b1,c1,"") 

you'll need reference workbook , sheets if in different files/sheets. easiest way have files open , navigate , click on cell a1, b1 , c1 when typing formula rather typing in cell references manually.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -