I have a very simple formula to do a vlookup:
=Vlookup(E2, MSP!C:I, 7, false)
Column C of the MSP tab has stock symbols - however, the source file that this tab gets populated with has spaces after the symbols, and they do not match the data in E2.
For example, column C of the MSP tab will show "MSFT "
while cell E2 would show "MSFT".
Is there any way to trim column C of the MSP tab within the formula or will we have to continue to do this as a separate step?
Thanks!
Becky
=Vlookup(E2, MSP!C:I, 7, false)
Column C of the MSP tab has stock symbols - however, the source file that this tab gets populated with has spaces after the symbols, and they do not match the data in E2.
For example, column C of the MSP tab will show "MSFT "
while cell E2 would show "MSFT".
Is there any way to trim column C of the MSP tab within the formula or will we have to continue to do this as a separate step?
Thanks!
Becky