+ Reply to Thread
Results 1 to 2 of 2

Formula insert in blank columns

  1. #1
    Registered User
    Join Date
    08-30-2012
    Location
    ohio
    MS-Off Ver
    Excel 2010
    Posts
    9

    Formula insert in blank columns

    Hello everyone,
    I am new to excel and I am learning different formula and functions. I have attach a copy of the spreadsheet to this. My question is I have items and cost per item on the top. Now the lower part is item, quantity, price per item, and total. I have to Create appropriate formulas into the following cells: C14 & D14. I am somewhat lost because with A14 and B14 it is blank. I was going to try to use match in the item so if they type in the item number they would get the price. Then if they insert the quantity it will times by the price per item and that would be the total. Now I have messed with it but it is not working for me. Is it possible to do that or what would another way I should work this since A13,B13,C13,D13 is blank. Thanks for reading.
    Attached Files Attached Files

  2. #2
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,366

    Re: Formula insert in blank columns

    try this one.

    Book1 (10).xlsx

    in D13 = =IF(A14="","",IF(B14="",C14,C14*B14))
    Last edited by vlady; 09-11-2012 at 07:42 PM.
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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