+ Reply to Thread
Results 1 to 2 of 2

Adjust my formula to vary output based upon Y or N in cell

Hybrid View

  1. #1
    Registered User
    Join Date
    08-04-2008
    Location
    South Carolina
    Posts
    13

    Adjust my formula to vary output based upon Y or N in cell

    I have a formula that I have to figure pricing based upon a list less pricing structure. I need to add to the formula to look at a cell that will have Y/N. then if cell contains "Y" it will figure the discount price, if it contains "N" it will just give the result of the original list price.

    I have attached a sample sheet with the basics.

    Any help is apreciated.
    Attached Files Attached Files
    Last edited by jwbeaty; 12-22-2011 at 05:18 PM.

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: Adjust my formula to vary output based upon Y or N in cell

    Hello,

    try

    =(IF(E4="","",(VLOOKUP($E$4,B9:G8047,5,FALSE))))*IF(D6="Y",((100-$D$3)/100),1)

    cheers,

+ 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