Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default need help with sumif function

i need some guidance in make a cell formula

some what like this is the formula i need but not sure how to make it
if b3 is less than 25, and b5 = to 3, then add cell b15 and b16

i hope i explained it correctly cause i am at a loss for how to do it

thanks for any replies
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default need help with sumif function

=IF(AND(B3<25,B5=3),B15+B16,"")
--
Gary''s Student - gsnu2007j

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,311
Default need help with sumif function

Maybe this:

=IF(AND(B3<25,B5=3),B15+B16,"DesiredFalseResult")

Regards,
Paul

--

"dtminf" wrote in message
...
i need some guidance in make a cell formula

some what like this is the formula i need but not sure how to make it
if b3 is less than 25, and b5 = to 3, then add cell b15 and b16

i hope i explained it correctly cause i am at a loss for how to do it

thanks for any replies



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default need help with sumif function

both of the above worked now I am trying to include mutiple ifs.

basicily it is a calculation sheet in which you enter

quanitities in b3 #1-1000
then total colors in b5 #1-6
then the ending result is based upon
fixed value in b16 thru i23 which is in conjunction with the value in b3

plus another fixed value in b18-b23 with these cost being in conjunction
with b5

I have a link for a pdf below to help.
www.aaufl.com/customart/pricecalculations.pdf

the blue cell determines the horizontal scale the you add the total costs
for the green cells which is determined by the vertical scale which wala
give you your total in the red cell.

this is probably confusing but if you can help thanks.
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to nest a left function within a sumif function? LisaK Excel Worksheet Functions 2 April 23rd 23 11:46 AM
How do I use the TODAY function with the SUMIF function? Lisa B. Excel Worksheet Functions 2 September 30th 05 08:51 PM
SUMIF Function Inside SUMPRODUCT Function Abdul Waheed Excel Worksheet Functions 17 September 19th 05 04:24 PM
Can SUMIF function include AND function ShaneS Excel Worksheet Functions 1 May 17th 05 03:24 AM
SUMIF - Range name to used for the "sum_range" portion of a SUMIF function Oscar Excel Worksheet Functions 2 January 11th 05 11:01 PM


All times are GMT +1. The time now is 05:43 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"