A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hey there, my name is Ajibola and I'm excited to help you out today!
It looks like you're trying to use the SUMIF function to sum values in the range C3:D3 based on a condition in cell F3. However, the SUMIF function isn't designed to handle ranges like C3:D3 directly within the formula. You can achieve your desired result by using the following approach: In cell I3, you can use the following formula to sum the values in C3 and D3 if the value in F3 matches the condition:
=IF(F3="*CK", C3+D3, "")
If you have any further questions or need additional assistance, please feel free to ask. I'm here to help!
If the reply was helpful, please don’t forget to upvote or accept it as an answer, Thank you
Kind regards