Hi, that wasn't exactly what I was looking for as the rows may not align in the 2 columns, but I asked a friend and found that it can be solved with a VLOOKUP and an IF function, ie
VLOOKUP(D3,$A$2:$B$51,2,FALSE)in one column and
IF(ISERROR(E3),F2,E3) in another column.
Thanks anyway!
Hi, any help on vba code or formula for the following problem would be greatly appreciated:
Part 1:
I have 2 sets of data on the same worksheet, but the data corresponds to columns of different lengths. For example, Column E has more dates and more data than Column B. If the date in Column E...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.