Thread: sumifs help
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
primed primed is offline
external usenet poster
 
Posts: 23
Default sumifs help

I have the following formula.

=SUMIFS(Table1[2],$A$11:$A$22,$A38,$B$11:$B$22,$B38)

It now needs to be changed to a formula that can handle text instead of
numbers.

How do i do it?