![]() |
how do I calculate an input "c" to add certain cells?
I am trying to develop a formula to calculate manpower.
I want to be able to add up all of the manpower that has an input of "C" in another cell. For Example If Cell D8=C, then add to a final formula that cell E8=it's actual value... does that make sense? Thanks for any help. |
Try
=sumif(D1:d100,"C",E1:100) "Ginger" wrote in message ... I am trying to develop a formula to calculate manpower. I want to be able to add up all of the manpower that has an input of "C" in another cell. For Example If Cell D8=C, then add to a final formula that cell E8=it's actual value... does that make sense? Thanks for any help. |
Ginger, if i read that correctly..:
=IF(D8="c",SUM(E8,D8),"") HTH, Kevin M MOS Excel Specialist "Ginger" wrote: I am trying to develop a formula to calculate manpower. I want to be able to add up all of the manpower that has an input of "C" in another cell. For Example If Cell D8=C, then add to a final formula that cell E8=it's actual value... does that make sense? Thanks for any help. |
All times are GMT +1. The time now is 10:48 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com