Screen Shot 2014-04-03 at 7.41.35 PM.jpg
I have a list of names and each person's salary here. I want to add the salary of the people whose name starts with "A" (Alex and Andrew in this case). How do I do that?
I thought about LEFT(cell), which returns the first letter, but this applies to one cell only. How do I do this for multiple cells?
Thanks!
Bookmarks