Compare the values and multiply the greater
Solved/Closed
Related:
- Compare the values and multiply the greater
- "Compare versions word" - Guide
- Beyond compare download - Download - File management
- Macro to compare sheets(Jan & Feb), highlight the difference, copy the comme - Programming Forum
- Based on the values in cells b77 b88 ✓ - Excel Forum
- How to compare two different columns - Excel Forum
1 response
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Mar 13, 2011 at 08:06 AM
Mar 13, 2011 at 08:06 AM
you can use Max function to get the max value
=MAX(a1,b1) * 24
=MAX(a1,b1) * 24
Mar 13, 2011 at 10:54 PM