+ Reply to Thread
Results 1 to 8 of 8

Formula needed for a Taxi booking log

  1. #1
    Registered User
    Join Date
    06-01-2015
    Location
    india
    MS-Off Ver
    Windows 7
    Posts
    15

    Formula needed for a Taxi booking log

    Hello,

    I need two formulae in the attached excel sheet (Taxi booking) under following conditions.

    1) I need a Formula for the Cell L4. The taxi fare is Rs 100 for first 4Km and then Rs 12 per additional KM. The present formula being used is not perfect.

    2) Also need a formula for cell P4. In case cash has been received then P4 should not calculate the service tax (Cell M4).

    Kindly help

    Best Regards

    Rajiv
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    03-17-2016
    Location
    India
    MS-Off Ver
    2010
    Posts
    83

    Re: Formula needed for a Taxi booking log

    Hi,

    Use below formula in L4
    =IF(K4<=4,100,100+((K4-4)*12))

    Use below formula in P4
    =IF(O4=0,L4+M4+O4,L4+O4)


    Thank you......
    Thank You.....

  3. #3
    Registered User
    Join Date
    03-17-2016
    Location
    India
    MS-Off Ver
    2010
    Posts
    83

    Re: Formula needed for a Taxi booking log

    If your thread is solved then please update as SOLVED

    And do not forget to Add Reputation Points from Left Side....

    Thank you........

  4. #4
    Registered User
    Join Date
    06-01-2015
    Location
    india
    MS-Off Ver
    Windows 7
    Posts
    15
    Dear Arshad,

    Thanks so much for your quick reply. P4 is now perfect. I just need one more condition in L4. If K4 is zero then L4 should also be zero. Rest remains same.

    Hope to have ur further help.

    Thanks

    Rajiv

    Quote Originally Posted by arshad.99.ali View Post
    Hi,

    Use below formula in L4
    =IF(K4<=4,100,100+((K4-4)*12))

    Use below formula in P4
    =IF(O4=0,L4+M4+O4,L4+O4)


    Thank you......

  5. #5
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Formula needed for a Taxi booking log

    Like this
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  6. #6
    Registered User
    Join Date
    03-17-2016
    Location
    India
    MS-Off Ver
    2010
    Posts
    83

    Re: Formula needed for a Taxi booking log

    Yes, Alkey formula can be used to get your desired output

    Thank you.......

  7. #7
    Registered User
    Join Date
    06-01-2015
    Location
    india
    MS-Off Ver
    Windows 7
    Posts
    15

    Re: Formula needed for a Taxi booking log

    Thank you Alkey and Arshad, that works.

  8. #8
    Registered User
    Join Date
    03-17-2016
    Location
    India
    MS-Off Ver
    2010
    Posts
    83

    Re: Formula needed for a Taxi booking log

    Hi Rajiv,

    Please take a moment to mark your thread as SOLVED and Click * button to add Reputations points

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Macro needed for Booking System
    By geniechua in forum Excel General
    Replies: 19
    Last Post: 04-12-2020, 03:31 AM
  2. Taxi fare calculator problem
    By TomThorn in forum Excel General
    Replies: 4
    Last Post: 10-23-2015, 02:03 PM
  3. Check if a taxi was used or not from the list of rides
    By chrisvercser in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-30-2015, 08:25 AM
  4. [SOLVED] Equipment Booking and Tracking Help Needed
    By maynard63b in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 08-15-2014, 09:35 AM
  5. booking time issues if booking removed
    By peter renton in forum Excel General
    Replies: 0
    Last Post: 04-11-2014, 03:50 AM
  6. Mileage tariffs for a taxi
    By tomkilbourn in forum Excel General
    Replies: 21
    Last Post: 07-23-2009, 10:10 AM
  7. Taxi scheduling database using Excel?
    By WTAMadison in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-15-2005, 05:10 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1