Formula required for a gas logbook

M

Mark

Please can someone help.
I have been using the following formula =SUMIF(B4:B35,">3",F4:F35)
Column B is the gas % and column F pressure so it would add up all the
pressures of gas more than 3%.
What I wish to do is do the same thing but stipulte >3 but <10 so it will
add the pressures larger than 3 but smaller than 10. Can anyone assist please
 
R

Ragdyer

One way:

=Sumproduct((B4:B35>3)*(B4:B35<10)*F4:F35)
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

Mark said:
Please can someone help.
I have been using the following formula =SUMIF(B4:B35,">3",F4:F35)
Column B is the gas % and column F pressure so it would add up all the
pressures of gas more than 3%.
What I wish to do is do the same thing but stipulte >3 but <10 so it will
add the pressures larger than 3 but smaller than 10. Can anyone assist
please
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top