Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello I have created an extensive work book, now I am trying to add function
to it. Is this even possible or do I need to purchase a data base program. If B7="Departure" and or "Arrival" using a Sedan and or Van the value is $20.00, however if I am using a Limo the value is $22.00 and if I am using a Bus or Suv the value is $30.00 If B7="Wedding" and or "Social" using a Limo, it would be $10 x number of hours in N7 or a Suv it would be $12 x number of hours in N7 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=IF(OR(B7="Departure",B7="Arrival"),IF(OR(C7="Seda n",C7="Van"),20,IF(C7="Limo",22,IF(OR(C7="Bus",C7= "Suv"),30,"Undefined"))),IF(OR(B7="Wedding",B7="So cial"),IF(C7="Limo",10*N7,IF(C7="Suv",12*N7,"Undef ined")),"Undefined"))
I've assumed that your vehicle type is in C7; if not, change the cell reference as appropriate. -- David Biddulph "Carlo" wrote in message ... Hello I have created an extensive work book, now I am trying to add function to it. Is this even possible or do I need to purchase a data base program. If B7="Departure" and or "Arrival" using a Sedan and or Van the value is $20.00, however if I am using a Limo the value is $22.00 and if I am using a Bus or Suv the value is $30.00 If B7="Wedding" and or "Social" using a Limo, it would be $10 x number of hours in N7 or a Suv it would be $12 x number of hours in N7 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
DAVID THANK YOU VERY MUCH. I WILL TRY THIS STRING AND LET YOU KNOW, HOWEVER
I DO HAVE 1 QUESTION WHAT IS ,"Undefined" USED FOR AGAIN SIR THANK YOU VERY VERY MUCH "David Biddulph" wrote: =IF(OR(B7="Departure",B7="Arrival"),IF(OR(C7="Seda n",C7="Van"),20,IF(C7="Limo",22,IF(OR(C7="Bus",C7= "Suv"),30,"Undefined"))),IF(OR(B7="Wedding",B7="So cial"),IF(C7="Limo",10*N7,IF(C7="Suv",12*N7,"Undef ined")),"Undefined")) I've assumed that your vehicle type is in C7; if not, change the cell reference as appropriate. -- David Biddulph "Carlo" wrote in message ... Hello I have created an extensive work book, now I am trying to add function to it. Is this even possible or do I need to purchase a data base program. If B7="Departure" and or "Arrival" using a Sedan and or Van the value is $20.00, however if I am using a Limo the value is $22.00 and if I am using a Bus or Suv the value is $30.00 If B7="Wedding" and or "Social" using a Limo, it would be $10 x number of hours in N7 or a Suv it would be $12 x number of hours in N7 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2002: How is the Excel 2007 file format open in Excel 2002 ? | Excel Discussion (Misc queries) | |||
Excel 2002 : Unable to open files in MS Outlook 2002 | Excel Discussion (Misc queries) | |||
Outlook 2002 calendar dates exported to Excel 2002 sort incorrectl | Excel Worksheet Functions | |||
Atomatic file name in excell 2002 from cel A1 (like in word 2002) | New Users to Excel | |||
Can you print labels using Excel 2002 in a Word 2002 mail merge? | Excel Discussion (Misc queries) |