Dafni has attended:
Excel Advanced course
Access Advanced course
Word Advanced course
Adding strings to formulas
how to add strings
RE: creating formulas
Dafni,
I am note 100% sure about your question, so I will assume you want to add strings together from 2 cells into one.
You can use the CONCATENATE function for text strings.
=CONCATENATE(E2,"-",F2)
Try it out for yourself, and see if it is what you are looking for.
Richard