data
I have this current formula in google Sheets
={“ID Vélo”; arrayformula(B2:B&”-“&C2:C&”-“&D2:D)}
If cells in B, C or D are empty, it retruns only —
I’d like to return nothing if there is nothing in the cells. How can I achieve this?
Thanks
When I try isblank function it returns an error
New contributor
Claude Ferron is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.