bobbyrooney
New Member
- Joined
- Aug 17, 2017
- Messages
- 4
I currently have this formula =IF(L3<>"",L3, "") pulling text descriptions from cells, and ignoring blank cells, but need to limit the character length to 15 characters. I tried nesting a (LEFT(L3,15)) function, but it would not take. Is there a way to do this?
I tried this but it wouldn't take.
=IF(LEFT(L3,15), L3<>"",L3, "")
I tried this but it wouldn't take.
=IF(LEFT(L3,15), L3<>"",L3, "")