+ Reply to Thread
Results 1 to 4 of 4

Please Help! Excel Formula issue

  1. #1
    Registered User
    Join Date
    04-10-2020
    Location
    London
    MS-Off Ver
    excel 2013
    Posts
    4

    Please Help! Excel Formula issue

    Hi

    I'm having an issue getting a formula working. I believe it needs nested if statements to do it but I've not been able to after multiple attempts. I've added a full description of what is needed in the attached spread sheet.

    Any help greatly greatly appreciated

    Excel table.xlsx
    !

  2. #2
    Forum Expert
    Join Date
    01-05-2013
    Location
    Singapore
    MS-Off Ver
    H&B2016 & H&B2021
    Posts
    3,060

    Re: Please Help! Excel Formula issue

    Try, H4=IF(MIN(E4,$H$8-SUM(H$3:H3)-$D$8)<D4,0,MIN(E4,$H$8-SUM(H$3:H3)-$D$8)), copy down.

  3. #3
    Registered User
    Join Date
    04-10-2020
    Location
    London
    MS-Off Ver
    excel 2013
    Posts
    4

    Re: Please Help! Excel Formula issue

    Quote Originally Posted by josephteh View Post
    Try, H4=IF(MIN(E4,$H$8-SUM(H$3:H3)-$D$8)<D4,0,MIN(E4,$H$8-SUM(H$3:H3)-$D$8)), copy down.
    thanks for this Joseph unfortunately it doesnt quite do it what I seeking. It doesn't take into account column C the interest rate column. thanks again though

  4. #4
    Forum Expert
    Join Date
    10-19-2021
    Location
    Brazil
    MS-Off Ver
    Office 365 V2401 w/ Win10 Home 64 Bit
    Posts
    2,014

    Re: Please Help! Excel Formula issue

    Your formula doesn't make much sense.

    =IFS(
    AND($H$8>$D$8,N5=LARGE($C$4:$C$8,1)),E5,
    AND($H$8>$D$8,N5=LARGE($C$4:$C$8,2)),E5,
    AND($H$8>$D$8,N5=LARGE($C$4:$C$8,3)),E5,
    AND($H$8>$D$8,N5=LARGE($C$4:$C$8,4)),E5,
    "True",G5)

    If all fist 4 lines return the same result (E5) why bother asking?
    Last line, what is true to return G5?

    In my opinion you should go try a solver for this kind of question.
    Last edited by DJunqueira; 02-04-2024 at 03:39 PM.

+ 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. Issue with IF formula in Excel
    By BMD4 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 08-15-2018, 02:20 AM
  2. Replies: 7
    Last Post: 12-15-2017, 12:14 AM
  3. Excel Formula Issue
    By chrisellis250 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-29-2016, 09:01 AM
  4. Excel Formula Issue
    By RichardLeeds in forum Excel General
    Replies: 2
    Last Post: 05-05-2015, 12:07 PM
  5. MS Excel Formula issue
    By tahirsatti in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-18-2014, 02:22 PM
  6. VBA/Excel formula issue
    By spinkung in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-22-2007, 08:01 AM
  7. Excel Formula Issue
    By [email protected] in forum Excel General
    Replies: 2
    Last Post: 08-16-2006, 06:50 PM

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