Hey, I'm trying to clear the contents of a cell, based off of the contents of another cell.
I'm trying to work out a function like this: (IN CELL B2)
"=IF(LEN(C2)>5,Clearcontents(A2),"")"
I'd like to delete the contents of A2 if the length of C2 is over 5...or contains a ".".
I thought "clearcontents" might work b/c that phrase works in VBA.
Is there a function to get this done?
Bookmarks