View Single Post
  #1  
Old 01-09-2007, 08:53 AM
patam patam is offline
Registered User
 
Join Date: 26 Nov 2003
Posts: 3
patam is an unknown quantity at this point
Sumif for wildcard character

I need to sum column "H" if a condition is met in column "A" and column "E". "A" contains names followed by one of theses characters: < > ^. Column "E" is Yes or No. I need the sum of all names followed by <.


Column A: Jane Smith <

Column E: Yes

Column H: 12.00


I have tried this formula or numerous variations of this formula and it returns zero or #value. Can you help?

=SUM(IF('Training Hours'!A4:A2000="*<",IF('Training Hours'!E4:E2000="Yes",'Training Hours'!H4:H2000)))
Reply With Quote