+ Reply to Thread
Results 1 to 4 of 4

need help with formula calls per minute

  1. #1
    Registered User
    Join Date
    03-24-2013
    Location
    philippines
    MS-Off Ver
    Excel 2010
    Posts
    4

    need help with formula calls per minute

    Hello all, can someone please help me do the formula for these, im new to excel thanks guys....

    Create a new column called bill.

    For all calls starting with 4 (ie mobiles) create a formula to charge then $0.17 per minute based on their call time.

    For all other calls (local and std) charge is $0.1.

  2. #2
    Forum Expert icestationzbra's Avatar
    Join Date
    01-07-2004
    MS-Off Ver
    2007, 2010
    Posts
    1,421

    Re: need help with formula calls per minute

    if cell A1 has the phone number and cell B1 has the minutes data, then you could use something like this in cell C1:

    =if((--left(a1))=4,0.17*b1,0.10*b1)
    Last edited by icestationzbra; 03-25-2013 at 10:50 AM.
    - i.s.z -
    CSE, aka Array aka { }, formulae are confirmed with CONTROL+SHIFT+ENTER.
    Replace commas ( , ) with semicolons ( ; ) in formulae, if your locale setting demands.
    All good ideas are courtesy resources from this forum as well as others around the web.
    - e.o.m -

  3. #3
    Registered User
    Join Date
    03-24-2013
    Location
    philippines
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: need help with formula calls per minute

    Hi sir icestationzbra, tnx for the reply, here is a sample... local is charged to $0.1 per minute and mobile number is charged to $0.17$ per minute.


    phone_number length_in_sec charged call
    (local) 297859550 37
    (mobile) 414419498 178

    Regards,
    Norman

  4. #4
    Registered User
    Join Date
    03-24-2013
    Location
    philippines
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: need help with formula calls per minute

    one more thing sir icestationzbra, can i do these for all the columns so I will not do it one by one??? If so can you please show me the steps ... thanks u so much sir..



    Regards,
    Norman

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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