Forum Discussion
AlbertSmith
Oct 28, 2022Copper Contributor
Lookup on array that is adjusted within formula
I do not want to add new columns to an existing table - However I do want to do a lookup based on just the year from a date column that is formatted as YYYYMM. I attempted to put a "LEFT(cell, 4...
Patrick2788
Oct 28, 2022Silver Contributor
LEFT will pull the first 4 digits of the date's serial number in that example. You'd have to use YEAR instead.