Forum Discussion

Weav8060's avatar
Weav8060
Frequent Visitor
4 years ago

comparing text values in two columns in current row

I can reference the current row value in columns [Col1] to [Col2] in a column calculation, such as    [CalcCol] = [Col1] = [Col2]   [CalcCol] = [Col1] > [Col2]   It works for text too, but how ca...