Forum Discussion
craig811
Helper III
7 years agoHelp with formula
Hi , A member of the forum, kindly provided me the following forumla:Column = IF(ISERROR(FIND(LEFT([Transaction Number],FIND("-",[Transaction Number])-1),[Line Description])),0,1) However , h...
PattemManohar
Community Champion
7 years agocraig811 Please provide some sample test data and expected output to provide an accurate solution.
craig811
Helper III
7 years agoCould I use the 'Earlier' function with the IF statement to look and the entire column for a match instead of looking at just the current row?