colinheslop1984
Board Regular
- Joined
- Oct 14, 2016
- Messages
- 129
- Office Version
- 2016
I need to add an additional condition to this formula but not sure how to do it.
=SUM(IF(Womens!S$1:AE$1=$B25:$B25,IF(Womens!B$2:B$105=$O$1,Womens!S$2:AE$105)))
I also need to add in if Womens!a$2:a$105>=$g$1
I tried
=SUM(IF(Womens!S$1:AE$1=$B25:$B25,IF(Womens!B$2:B$105=$O$1,Womens!S$2:AE$105),if(Womens!a$2:a$105>=$g$1)))
but the result i am looking for was wrong
Any help would be great
=SUM(IF(Womens!S$1:AE$1=$B25:$B25,IF(Womens!B$2:B$105=$O$1,Womens!S$2:AE$105)))
I also need to add in if Womens!a$2:a$105>=$g$1
I tried
=SUM(IF(Womens!S$1:AE$1=$B25:$B25,IF(Womens!B$2:B$105=$O$1,Womens!S$2:AE$105),if(Womens!a$2:a$105>=$g$1)))
but the result i am looking for was wrong
Any help would be great