+ Reply to Thread
Results 1 to 6 of 6

combine 100 different formula

  1. #1
    Registered User
    Join Date
    07-27-2012
    Location
    RIYAD, SAUDI ARABIA
    MS-Off Ver
    Excel 2003
    Posts
    3

    Unhappy combine 100 different formula

    hope you can help me on my problem. i have attached my example
    below
    Attached Files Attached Files
    Last edited by jeff carino; 09-07-2012 at 02:42 AM.

  2. #2
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,962

    Re: how to combine 100 different formula

    Your post does not comply with Rule 1 of our Forum RULES. Your post title should accurately and concisely describe your problem, not your anticipated solution. Use terms appropriate to a Google search. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will be addressed according to the OP's experience in the forum: If you have less than 10 posts, expect (and respond to) a request to change your thread title. If you have 10 or more posts, expect your post to be locked, so you can start a new thread with an appropriate title.
    To change a Title on your post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.


    * Is that workbook supposed to make sense to anyone else? *
    Ben Van Johnson

  3. #3
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: combine 100 different formula

    it is possible but you have to write your formulas in such a way that they can be interpreted in the current row context-which is why I used INDEX and ROW() in the attached version of your file.
    Attached Files Attached Files
    Josie

    if at first you don't succeed try doing it the way your wife told you to

  4. #4
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,710

    Re: combine 100 different formula

    Pl See the attached file.
    Attached Files Attached Files
    Last edited by kvsrinivasamurthy; 09-07-2012 at 07:14 AM.

  5. #5
    Valued Forum Contributor
    Join Date
    02-08-2012
    Location
    wales
    MS-Off Ver
    Excel 2007
    Posts
    964

    Re: combine 100 different formula

    Quote Originally Posted by JosephP View Post
    it is possible but you have to write your formulas in such a way that they can be interpreted in the current row context-which is why I used INDEX and ROW() in the attached version of your file.
    can you explain how this works. i was trying to do it with indirect however it failed. im just interested in the workings behind it
    The Importance of INDEX - A GUIDE TO INDEX'S OTHER USES
    <--- If a post helps hit the star

  6. #6
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: combine 100 different formula

    the formulas are entered as strings that would work if you copied them into the correct cell and added = before them
    in the defined name CalculateItem the correct string is looked up from the table using VLOOKUP and passed to an EVALUATE function which then calculates it as a formula.

    evaluate cannot be used directly in a worksheet because it is an xlm macro function but you can work around that problem by using it in a defined name. unfortunately it does not work with indirect or with r1c1 references unless you have excel set to use r1c1

+ 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