Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=IF(AND(B3<25,B5=3),B15+B16,"")
-- Gary''s Student - gsnu2007j |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to nest a left function within a sumif function? | Excel Worksheet Functions | |||
How do I use the TODAY function with the SUMIF function? | Excel Worksheet Functions | |||
SUMIF Function Inside SUMPRODUCT Function | Excel Worksheet Functions | |||
Can SUMIF function include AND function | Excel Worksheet Functions | |||
SUMIF - Range name to used for the "sum_range" portion of a SUMIF function | Excel Worksheet Functions |