+ Reply to Thread
Results 1 to 2 of 2

How to compare multiple 3d tables -SOLVED -

  1. #1
    Registered User
    Join Date
    01-23-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    5

    How to compare multiple 3d tables -SOLVED -

    Hi,

    I have multiple 3d tables, and I am trying to compare all tables and build a table with the minimum value for each cell. For example compare row1, col 1 in table 1, table 2, and table 3, find the minimum value and say which table it came from. I was doing this with if statements but it gets complex after having more than 5 tables.

    any help is greatly appreciated,
    Thanks
    Danieltables.JPG
    Last edited by dorronsoro1; 06-25-2013 at 10:44 AM. Reason: Solved

  2. #2
    Registered User
    Join Date
    01-23-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: How to compare multiple 3d tables

    I actually just solved this issue
    Instead of using the If statement to find the minimum and the corresponding table, I used the MIN(R1C1 Table1, R1C1 Table2, R1C1 Table3), and then I used to if statement to match the resulting Min with each table.

+ 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