Forum Discussion

AlbertSmith's avatar
AlbertSmith
Copper Contributor
Oct 28, 2022

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)" function in the lookup without any success.

  • Patrick2788's avatar
    Patrick2788
    Silver Contributor

    LEFT will pull the first 4 digits of the date's serial number in that example. You'd have to use YEAR instead.

Resources