Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I have a spreadsheet that I need to calculate if our carrier delivers 'X'
number of parcels, then this must be multiplied by $1.50 plus add $2.50 delivery fee. Not all deliveries are based on this, some have set rates in which case I need no formula in them. Can anyone help me??? (am a formula novice) Thanks!! |
#2
![]() |
|||
|
|||
![]()
=IF(A1=X,A1*1.5+2.5,"")
-- Regards, Peo Sjoblom (No private emails please) "Tracey" wrote in message ... I have a spreadsheet that I need to calculate if our carrier delivers 'X' number of parcels, then this must be multiplied by $1.50 plus add $2.50 delivery fee. Not all deliveries are based on this, some have set rates in which case I need no formula in them. Can anyone help me??? (am a formula novice) Thanks!! |
#3
![]() |
|||
|
|||
![]()
THANKS!!!
"Peo Sjoblom" wrote: =IF(A1=X,A1*1.5+2.5,"") -- Regards, Peo Sjoblom (No private emails please) "Tracey" wrote in message ... I have a spreadsheet that I need to calculate if our carrier delivers 'X' number of parcels, then this must be multiplied by $1.50 plus add $2.50 delivery fee. Not all deliveries are based on this, some have set rates in which case I need no formula in them. Can anyone help me??? (am a formula novice) Thanks!! |
#4
![]() |
|||
|
|||
![]()
Don't understand what you want.
if A1 = "X", then it can't be multiplied by number. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Why does Excel show a formula in ONE cell ? | Excel Discussion (Misc queries) | |||
Excel CHALLENGE...3 questions(indirect,rank,array formula)... | Excel Worksheet Functions | |||
converting formula from lotus.123 to excel | Excel Worksheet Functions | |||
How do I get the formula bar in excel 2003 | Excel Discussion (Misc queries) | |||
Suddenly Excel can't calculate formula!!! | Excel Worksheet Functions |