+ Reply to Thread
Results 1 to 3 of 3

Hello everyone!

  1. #1
    Registered User
    Join Date
    01-27-2015
    Location
    Philippines
    MS-Off Ver
    Professional Plus 2010
    Posts
    0

    Hello everyone!

    Hi i'm pycoh! im widening my knowledge in excel 2010 formulas and macros.

    please help me SHORTEN/SIMPLIFY these formulas.

    1.
    =C69/(IF($A$73="Marine Plywood",(VLOOKUP(A69,Guide!$A$3:$K$6,3)))+
    IF($A$73="Ordinary Plywood",(VLOOKUP(A69,Guide!$A$3:$K$6,5)))+
    IF($A$73="Phenolic",(VLOOKUP(A69,Guide!$A$3:$K$6,9)))+
    IF($A$73="Chipboard",(VLOOKUP(A69,Guide!$A$3:$K$6,11)))+
    IF($A$73="Versaboard",(VLOOKUP(A69,Guide!$A$3:$K$6,7)))+
    IFERROR($A$73="MDF",IF(ISNA(VLOOKUP(A69,Guide!$A$9:$C$13,3,FALSE)),"",VLOOKUP(A69,Guide!$A$9:$C$13,3,FALSE))))

    2.
    =IF($A$73="Marine Plywood",6,
    IF($A$73="Ordinary Plywood",6,
    IF($A$73="Versaboard",6,
    IF($A$73="Phenolic",6,
    IF($A$73="MDF"," ",
    IF($A$73="Chipboard",6))))))

    =IF($A$73="Marine Plywood",IFERROR(C59*J59*(VLOOKUP(D59,Guide!$A$3:$K$6,2)),0),0)+
    IF($A$73="Ordinary Plywood",IFERROR(C59*J59*(VLOOKUP(D59,Guide!$A$3:$K$6,4)),0),0)+
    IF($A$73="Versaboard",IFERROR(C59*J59*(VLOOKUP(D59,Guide!$A$3:$K$6,6)),0),0)+
    IF($A$73="Phenolic",IFERROR(C59*J59*(VLOOKUP(D59,Guide!$A$3:$K$6,8)),0),0)+
    IF($A$73="Chipboard",IFERROR(C59*J59*(VLOOKUP(D59,Guide!$A$3:$K$6,10)),0),0)+
    IF($A$73="MDF",IFERROR(C59*J59*(VLOOKUP(D59,Guide!$A$9:$B$11,2)),0),0)
    Last edited by pycoh; 01-28-2015 at 03:47 PM.

  2. #2
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166
    Hello pycoh,

    Welcome to Excelforum. Be a part of large Excel community. Enjoy Learning.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

  3. #3
    Registered User
    Join Date
    01-27-2015
    Location
    Philippines
    MS-Off Ver
    Professional Plus 2010
    Posts
    0

    Re: Hello everyone!

    thanks arlu!

+ 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