Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-01-2023 03:35 AM
Hi Team,
I Have below requirement to calculate MAX value of 6 columns for each row. Please let me know how to achieve.
sample Data:
Solved! Go to Solution.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-01-2023 08:53 AM
Incorta does have a built in function to find the max between two values.
It won't be pretty, but using this you should be able to nest them in a way to find the max value between a number of columns.
  
Brandon
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-02-2023 03:05 AM
Thank you @BrandonR , formula working fine.
