![]() |
calculating
What formula do I use to get a sum for all values from collum "D" only if
there is a particular word in columm "B" of the same row? |
calculating
Try:
=SUMIF(B1:B100,"your word",D1:D100) HTH Jean-Guy "Roger" wrote: What formula do I use to get a sum for all values from collum "D" only if there is a particular word in columm "B" of the same row? |
calculating
Thanks
The problem is that I have multiple words in each cell & I want just to choose 1 "pinmaster" wrote: Try: =SUMIF(B1:B100,"your word",D1:D100) HTH Jean-Guy "Roger" wrote: What formula do I use to get a sum for all values from collum "D" only if there is a particular word in columm "B" of the same row? |
calculating
Sumif will accept wildcards in its criteria. Try:
=sumif(B:B,"*word*",D:D) -- Regards, Fred "Roger" wrote in message ... Thanks The problem is that I have multiple words in each cell & I want just to choose 1 "pinmaster" wrote: Try: =SUMIF(B1:B100,"your word",D1:D100) HTH Jean-Guy "Roger" wrote: What formula do I use to get a sum for all values from collum "D" only if there is a particular word in columm "B" of the same row? |
All times are GMT +1. The time now is 08:00 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com