Forum Discussion
Yuvarajprem
Mar 13, 2025Copper Contributor
Need Support in Excel
Dear Expert, I've the data as like attached. My quires are: (a) If the 'D' col value is less than Col 'A' then I need Col 'D' value. (b) If the 'D' Col value is greater than Col 'A' the I nee...
- Mar 13, 2025
=MIN( A2, D2 )
SergeiBaklan
Mar 13, 2025MVP
=MIN( A2, D2 )