![]() |
Embed AND formula in SUMIF formula
How do you embed several criteria in the SUMIF formula?
I have tried: =SUMIF((ANDC4:C10000="Ashley Smith",S4:S10000="Y",F4:F10000="Y")),Z4:Z10000) but it comes back as an error. |
Embed AND formula in SUMIF formula
Try using Sumproduct instead:
=SUMPRODUCT((C4:C10000="Ashley Smith")*(S4:S10000="Y")*(F4:F10000="Y"),Z4:Z10000) -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "Tinkerbell1178" wrote: How do you embed several criteria in the SUMIF formula? I have tried: =SUMIF((ANDC4:C10000="Ashley Smith",S4:S10000="Y",F4:F10000="Y")),Z4:Z10000) but it comes back as an error. |
All times are GMT +1. The time now is 05:43 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com