Wednesday, July 6, 2016

Solution to Problem: Analyzing data in a matrix

Analyzing data in a matrix

I have a spreadsheet that has data that looks something like this:
      A   B   C    D   E   F   G
1         L    M   N   O   P   Q
2   L    .2    .3   .4  .2  .2  .1
3   M   .1    .2   .2  .8  .2  .1 
4   N    .2   .3   .3   .2  .9  .2
So the first row = the first column and it is a matrix type spreadsheet.
I would like to analyze the data so that I can find those value in the spreadsheet that ar, for example, the top 10 values (i.e. Row with N - row 4, Column with P, row F has a value of .9 is the top value.
Is there any way to may this data virtually flat where I can flatten the matrix I created to be the Vlaues (N, P, .9).  I hope I am explaining this so that is makes some sense.  Basically I need to find the paid of data (row, column) with the highest values
(correlations). 
Thank you for the help!!

Solutions to the Problem Analyzing data in a matrix

Download Error Fixer (Free)

Say in A1 thru E7 we have:
 


clh & rw
clh2
clh3
clh4
clh5

rw2
-25
-57
-61
-61

rw3
48
-98
-39
-69

rw4
9
-36
-82
74

rw5
-43
-92
-20
-86

rw6
15
-64
-17
-48

rw7
8
42
81
-95

 
If we run this macro:
 
Sub flatten()
k = 1
Dim s As Worksheet
Set s = Sheets("Sheet2")
For i = 2 To 7
    For j = 2 To 5
        s.Cells(k, 1) = Cells(i, 1)
        s.Cells(k, 2) = Cells(1, j)
        s.Cells(k, 3) = Cells(i, j)
        k = k + 1
    Next
Next
End Sub
We will see in Sheet2:
 


rw2
clh2
-25

rw2
clh3
-57

rw2
clh4
-61

rw2
clh5
-61

rw3
clh2
48

rw3
clh3
-98

rw3
clh4
-39

rw3
clh5
-69

rw4
clh2
9

rw4
clh3
-36

rw4
clh4
-82

rw4
clh5
74

rw5
clh2
-43

rw5
clh3
-92

rw5
clh4
-20

rw5
clh5
-86

rw6
clh2
15

rw6
clh3
-64

rw6
clh4
-17

rw6
clh5
-48

rw7
clh2
8

rw7
clh3
42

rw7
clh4
81

rw7
clh5
-95


gsnu201004

In this method we will try to Boot in Safe mode with Networking and see if the error still persists.

  • Search "MSCONFIG" and Open.
  • Click on Boot Tab
  • Tick Safe Boot in Boot Option
  • Select Network.
  • Click Apply and OK.
  • Reboot your System.

Another Safe way to Repair the Problem: Analyzing data in a matrix:

How to Fix Analyzing data in a matrix with SmartPCFixer?

1. Click the button to download SmartPCFixer . Install it on your computer.  Run it, and it will scan your system. The junk files will be shown in the list.

2. After the scan is finished, you can see the errors and problems which need to be fixed.

3. The Fixing part is done, the speed of your computer will be much higher than before and the errors have been removed.


Related: error message fsui.exe/ wlidcli.dll is missing
,Solution to Error: Excel: Automatic number generation
,Troubleshoot:i wanna change language of all windows in Windows 7 Home Premium
,Troubleshooting:IF Function, if the vendor ID in column A matches any of the vendor ID's in column F, I want 1099 to appear in column D. Error
,Fast Solution to Problem: ReadyBoost is not working properly in my computer
,Troubleshoot:Error: "0x81000032 make sure the C: drive is online and set to NTFS" when trying to backup to external hard drive. Error,External Hard Drive not listed in Windows 7 backup wizard Tech Support,Tech Support: I'm always being signed off so annoying,Solution to Problem: Impossible to use Internet Explorer! I keep getting the same error message every time i try to use IE.,Referencing data in Access using Excel [Anwsered],Need Best Way To Present Data [Anwsered],Same question but for windows 7 home edition,sometimes fullscreen won't activate [Solved],Solution to Error: We bought a new computer with windows 7 and it is constantly freezing. How do we fix this?,Solution to Error: Windows 8 update crash (2013-07-22),brclr.dll.mu_ Missing Error Fixer,How To Resolve Missing fin_myagtui.eng Problem,Corrupted f_0006ad File - How to Fix,nkebigvg.cpl Not Found Error Fixer,Corrupted olcontrols.ocx File - How to Fix
Read More: How to Fix Problem - Am trying to open an excel file pasted on my desktop and i get an alert that the file cannot be found. How do I resolve this??,Tech Support: Anything I type in the search engine immediately closes IE 8.,Troubleshooting:Annoying window that pops up every 2 minutes since I installed a router. Error,How to Fix Problem - Apps and programs not opening?,[Solved] Already tried various fixes for 8024402F and still not updating,After Windows Update CD/DVD drive does not work,After installing windows 7 to laptop the labels print out of line how can I fix it,After my computer sleeps the wireless always disconnects and will no reconnect,After signing into Pogo.com, I get a message" This tab has been recovered"....what does this mean and how do I fix it.....,All desktop icons changed to windows live and does not open

No comments:

Post a Comment