Forum Discussion
SUDHAKAR-FRONTIER
Jun 18, 2021Brass Contributor
How to unselect the particular values in sumIF statement.
Hi Friends, Kindly help me how to unselect particular value using SUMIF Function in Excel. I.e Row Dell. Lenovo. Hp. Acer. Macbook. IBM. Asus. So here i dont want take "MACBOOK", Others...
- Jun 18, 2021
Assuming data in Table1 with columns [Product] and [Amt] if you only have one product to exclude:
=SUMIF(Table1[Product],"<>macbook",Table1[Amt])
Lorenzo
Jun 18, 2021Silver Contributor
Assuming data in Table1 with columns [Product] and [Amt] if you only have one product to exclude:
=SUMIF(Table1[Product],"<>macbook",Table1[Amt])
- SUDHAKAR-FRONTIERJun 18, 2021Brass ContributorThank you L Z its working fine
- LorenzoJun 18, 2021Silver ContributorYou're welcome