+ Reply to Thread
Results 1 to 2 of 2

How I can make a drop down subject to a result - Updated

  1. #1
    Registered User
    Join Date
    01-13-2015
    Location
    London
    MS-Off Ver
    2010
    Posts
    16

    How I can make a drop down subject to a result - Updated

    (37) Total System Size = 0 (Column G) kWp

    (41) ET: SAP Yield (kWh) x 50% (Column D) x 4.85 p/kwh = £
    (42) ES: SAP Yield (kWh) x 50% (Column D) x 16 p/kwh = £


    The above is the relevant section I could use some help with.

    If G37 is <30kWp, I need D41 to remain unchangeable at 50%, and D42 to be a drop down to change between 25,50,75 & 100%.
    If G37 is >/= 30kwP, I need D41 to be changeable as a drop down to either, 25, 50, 75, 100, and for D42 to be the remainder (ie. if D41 = 25% then D42 = 75%)

    I currently have it so D41 is a drop down and D42 equals the remainder:
    (D42) =IF(D41<25%,1,IF(D41<50%,0.75,IF(D41<75%,0.5,IF(D41<100%,0.25,IF(D41<110%,0,1)))))

    I'm unsure how I can make a drop down subject to something.

    Please let me know if you can help,

    See example below

    Many Thanks
    Last edited by DLM154; 07-03-2015 at 06:52 AM. Reason: Change of title

  2. #2
    Registered User
    Join Date
    01-13-2015
    Location
    London
    MS-Off Ver
    2010
    Posts
    16

    Example

    For example if there were something that could acheive:

    [D41 and D42 are both percentage number format]

    (D41)=IF(G37<30,.5,DROPDOWN(0,.25,.5,.75,1))
    (D42)=IF(G37<30,(DROPDOWN(Data)),(IF(D41<25%,1,IF(D41<50%,0.75,IF(D41<75%,0.5,IF(D41<100%,0.25,IF(D41<110%,0,1))))))
    Last edited by DLM154; 07-03-2015 at 06:37 AM. Reason: example

+ 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. [SOLVED] Having issue with an IF formula
    By iowagrad2003 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-29-2015, 12:42 AM
  2. formula issue in VBA
    By cmccabe in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-26-2014, 04:50 PM
  3. Lookup Formula Issue, Search issue
    By kperitz in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 04-07-2014, 01:50 PM
  4. [SOLVED] IF formula issue
    By m1ner in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 01-20-2014, 12:25 AM
  5. If formula issue
    By punter in forum Excel General
    Replies: 2
    Last Post: 09-17-2008, 04:29 PM

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