I need to combine two formulas in one cell. One formula removes a specific text from the body of the email and another formula maps it from another sheet via a VLOOKUP.
How would I combine these two formulas? Thank you!!
=LEFT(Text@row, FIND(">", Text@row, 1) - 1)
=VLOOKUP([Interface Log]@row, {Interface Raw Data - Daily Range 2}, 5, false)