Results 1 to 5 of 5

Needing help in creating formula that returns value using numbers between two values.

Threaded View

PixelPug Needing help in creating... 02-21-2017, 11:12 PM
Glenn Kennedy Re: Needing help in creating... 02-22-2017, 05:24 AM
PixelPug Re: Needing help in creating... 02-25-2017, 01:58 AM
PixelPug Re: Needing help in creating... 02-22-2017, 04:30 PM
FDibbins Re: Needing help in creating... 02-25-2017, 02:18 AM
  1. #1
    Registered User
    Join Date
    10-11-2015
    Location
    Omaha, NE
    MS-Off Ver
    Microsoft Starter 2010
    Posts
    35

    Needing help in creating formula that returns value using numbers between two values.

    I am trying to come up with a Formula that adds values from start to finish.

    Current Value E2: 200
    Goal Value E3: 300
    The base formula is as follows:

    Formula: copy to clipboard
    =ROUND(E2^1.3)


    I am looking for a formula that would give me total value from 200 to 300 but come back with 0 if Current Value is equal to Goal Value.

    The current Formula I have is as follows:

    Formula: copy to clipboard
    =IF(E2<F2,SUMPRODUCT(ROW(INDIRECT("A"&E2&":A"&F2))^1.3),0)


    Unfortunately this doesn't take into account 200 is the starting number. If I use E2-1, it counts 200 as starting number but doesn't return a 0 when needed. When using 201 as Goal Value, it returns the sumproduct of 200^1.3 and 201^1.3.

    Any help with this would be appreciated. I am also attaching a sample sheet showing what I want. The Formulas I show in here are in G2 (Base Formula) and I2 (Requested Formula).
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 2
    Last Post: 09-02-2015, 12:25 PM
  2. [SOLVED] Needing assistance in creating a formula for data gathering
    By Burner1010 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-03-2015, 09:28 AM
  3. Replies: 19
    Last Post: 01-14-2015, 01:39 AM
  4. Replies: 20
    Last Post: 11-27-2014, 02:37 AM
  5. Creating a Database that returns values
    By Sky188 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-05-2013, 06:26 PM
  6. Replies: 1
    Last Post: 02-01-2013, 06:30 PM
  7. Needing help creating an averaging graph
    By kremit in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 06-01-2012, 05:32 AM

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