+ Reply to Thread
Results 1 to 7 of 7

Equation Grab and Insert into Ratio

Hybrid View

  1. #1
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: Equation Grab and Insert into Ratio

    okay, found the problem, the formula i gave you will only reference the first column in the other sheet

    to do the match of the second column
    change the red underlined parrt of this
    =INDEX('Balance Sheet'!$A$1:$M$61,MATCH($A26,'Balance Sheet'!$A$1:$A$61,0),MATCH(B$1,'Balance Sheet'!$A$1:$M$1,0))
    to this
    =INDEX('Balance Sheet'!$A$1:$M$61,MATCH($A26,'Balance Sheet'!$B$1:$B$61,0),MATCH(B$1,'Balance Sheet'!$A$1:$M$1,0))
    whereever the match needs to be of the second column
    A picture may be worth a thousand words, BUT, a sample Workbook is worth a thousand screenshots!
    -Add a File - click advanced (next to quick post), scroll to manage attachments, click, select add files, click select files, select file, click upload, when file shows up at bottom left, click done (bottom right), click submit
    -To mark thread Solved- go top of thread,click Thread Tools,click Mark as Solved
    If you received helpful response, please remember to hit the * of that post

  2. #2
    Registered User
    Join Date
    11-28-2012
    Location
    NA
    MS-Off Ver
    Excel 2013
    Posts
    34

    Re: Equation Grab and Insert into Ratio

    Thanks. Also, once in a while the inserted information will leave a space after an account ("Net Income " rather than "Net Income"). Is there a way to fix this problem?

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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