+ Reply to Thread
Results 1 to 13 of 13

Calculation of billing sheet

  1. #1
    Forum Contributor
    Join Date
    08-07-2018
    Location
    india
    MS-Off Ver
    2007
    Posts
    233

    Calculation of billing sheet

    Hi to all experts. I am here again with my query & i hope i will get my solution, as i always have. So here is my query. In sheet1 there are quality section in column b and c1 d1 e1 f1 are sizes and below of them are prices.
    I want that in billing sheet. As i enter quality name & size price sholud be taken automaticaly.
    A single quality have many sizes according to their price.

    So please make it solved.
    Attached Files Attached Files

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: Calculation of billing sheet

    hi there. try this formula in cell C3:
    =IFERROR(1/(1/VLOOKUP($B3,Sheet1!$B:$F,COLUMNS(BILLING!$B$3:C3),0)),"")

    copy down and across.

    i developed a tool to help people learn VLOOKUP. try downloading this file here:
    https://www.excelforum.com/tips-and-...-how-tool.html

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,937

    Re: Calculation of billing sheet

    Benni Can you please explain why you two times divided as it can easily retrieve the result?
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

  4. #4
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,915

    Re: Calculation of billing sheet

    I think to mask "0" values
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  5. #5
    Forum Contributor
    Join Date
    08-07-2018
    Location
    india
    MS-Off Ver
    2007
    Posts
    233

    Re: Calculation of billing sheet

    Its my pleasure that you have replied to my post.
    But this in not working. I think that some kind of formula should be applied in d3. Because every quality has 4 sizes. So the price sholud be taken according to column c. As i entered the quality name roamn in b2 it started to showing price in c3, while c3 is size column which i have to fill manually and after that price shoul be come in d3. As i write roman in b3, diwan set in c3 then price should be come 1198 in d3.

    I like your response timing as you replied with in 1 hour of my post. Thanks for that. Please solve this.

  6. #6
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,937

    Re: Calculation of billing sheet

    But why it is require as Vlookup can easily give you desired result then why we need more calculation ? I saw many expert do the same...

  7. #7
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,937

    Re: Calculation of billing sheet

    Try

    D3
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  8. #8
    Forum Contributor
    Join Date
    08-07-2018
    Location
    india
    MS-Off Ver
    2007
    Posts
    233

    Re: Calculation of billing sheet

    Thanks shukla.ankur ji. You are great. Can you please which course sould i done for making these kind of formulas. I am on job so i need them. Can you please advice and can you give me some kind of book etc. So that i can learn the logic of formulas.

    Thanks again for solving my query too fast.

  9. #9
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,937

    Re: Calculation of billing sheet

    There is a lot study material available If you just google it. Yes you can learn a lot thing through this excel platform. I have learned many thing on this excel forum there are many excel Masters are available 24*7 if you require any help.

  10. #10
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,937

    Re: Calculation of billing sheet

    Thanks for feedback. Please add reputation by clicking star icon left corner on your screen on those post which helps you.

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

  11. #11
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: Calculation of billing sheet

    Quote Originally Posted by shukla.ankur281190 View Post
    Benni Can you please explain why you two times divided as it can easily retrieve the result?
    like samba_ravi mentioned, it's to mask zero values. if a number is found, then great. VLOOKUP can retrieve that number. but if it's a blank, VLOOKUP gives you a zero.
    say the number VLOOKUP retrieves is 100. 1/100 = 0.01
    1/0.01 = 100
    it gives you the same number

    if the number VLOOKUP retrieves is 0. 0/100 = DIV Error
    1/DIV Error = Div Error
    DIV error will then return a blank

  12. #12
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,937

    Re: Calculation of billing sheet

    Ok I understood but what is necessities. I request you to please explain it well with some more example I will be very grateful .

  13. #13
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,915

    Re: Calculation of billing sheet

    self removal

+ 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. billing sheet like grocery shop ?
    By prokolbo in forum Excel General
    Replies: 1
    Last Post: 10-11-2015, 11:56 AM
  2. Billing Statement Due Date amount Calculation
    By melvinaury in forum Excel General
    Replies: 7
    Last Post: 07-18-2014, 04:36 AM
  3. Time Sheet for customer billing purposes
    By VeteranNDT in forum Office 365
    Replies: 2
    Last Post: 01-17-2014, 09:52 AM
  4. Need timesheet to populate attendance/billing sheet
    By Pinkerton in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-07-2013, 07:10 PM
  5. Multi year invoicing schedule on the basis of billing term and billing period.
    By ca.ashishagrawal in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-29-2013, 05:19 PM
  6. Creating a Time Sheet for Attorney Billing
    By wowsley in forum Excel General
    Replies: 5
    Last Post: 08-07-2008, 07:21 AM

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