#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 179
Default Excel 2002...

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Excel 2002...

=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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 179
Default Excel 2002...

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




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 179
Default Excel 2002 Follow Up...

It worked like a dream, now I want to push the envelope a little further and
extend the string. David this may sound crazy but I am serious... If I send
you my spread sheet and if you look at the last tab within the spread sheet
you will see the run values for each job. I would be more than happy to pay
you for your efforts via PayPal if your interested. I dont know how you did
this but I am truly amazed.

PS the reason why I have to send you my spread sheet it would take me about
2 hours to tell you whats what, anyways Sir if your truly interested please
send me a email too and place the above subject
line in the email, again thank you 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
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
Excel 2002: How is the Excel 2007 file format open in Excel 2002 ? Mr. Low Excel Discussion (Misc queries) 2 August 29th 07 11:46 PM
Excel 2002 : Unable to open files in MS Outlook 2002 Mr. Low Excel Discussion (Misc queries) 1 June 29th 07 02:12 PM
Outlook 2002 calendar dates exported to Excel 2002 sort incorrectl scampbell Excel Worksheet Functions 0 February 22nd 06 06:31 PM
Atomatic file name in excell 2002 from cel A1 (like in word 2002) Steve & Dawn New Users to Excel 1 June 22nd 05 07:16 AM
Can you print labels using Excel 2002 in a Word 2002 mail merge? Individual_ Excel Discussion (Misc queries) 3 December 17th 04 08:39 PM


All times are GMT +1. The time now is 08:17 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"