Forum Discussion
Anonymous
3 years agoNot applicable
Convert decimal into Whole Number
I have a calculated column with long decimal numbers (col3). I want to change it into a whole number (like in col4) so that I can apply LOOKUPVALUE function to pull a column form another table. When ...
Greg_Deckler
Community Champion
3 years agoAnonymous
col4 = ROUND([Col3],0)