Hi. I am trying to write an Excel formula that checks a cell for a decimal point. If it does, then blank, if not then the contents of that cell.
Hi. I am trying to write an Excel formula that checks a cell for a decimal point. If it does, then blank, if not then the contents of that cell.
![]()
Please Login or Register to view this content.
Is that a decimal number or a period in a sentence?
If decimal number try:
=IF(MOD(A1,1)>0,"",A1)
Ben Van Johnson
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks