=IF(B2>=8,RIGHT(B2,2))
Example we have to fetch two decimal values if cell value is >= 8
By assuming B2 contains 8.32 , the output would be 32
Example we have to fetch two decimal values if cell value is >= 8
By assuming B2 contains 8.32 , the output would be 32
No comments:
Post a Comment