physics

  1. G

    Collating data from different tables based on Headers using VBA

    Hi, I am new to VBA and i have been trying to achieve the following but i am stuck. I have different tables in one worksheet with common headers from which i need to collate the data into a single table with one set of headers, in a different worksheet. Example given below is of the Raw data...
  2. R

    Transposing data from multiple csv files into one xlsx file

    Hello, I have data in many csv files (more than 500, each corresponding to one person's scores), and I need to combine the data into one file, in transposed form (i.e. rows instead of columns), for easier visualization and processing. Each file contains 5 columns with the same headings (course...
  3. G

    How can I sort the names column in all sheets

    Hey Mr EXCEL users, I need some help about this please: How can I sort the names column in each sheet. For example: we have some names like this: Sheet 1 (Main) <tbody> Name Birthday Class Kofi 02.09.2011 B Matt 18.10.2011 C Kathrine 15.07.2011 C </tbody> Sheet 2, 3 and 4 (October)...
  4. K

    Index Match Query

    Hi Folks, Can you please help me with the below query: Master Data: <colgroup><col><col span="2"></colgroup><tbody> Username Subject Score A1 English 50 A1 Maths 45 A1 Physics 34 A1 History 23 A1 Geography 56 A2 English 24 A2 Maths 67 A2 Physics 45 A2 History 32 A3...
  5. K

    Bringing back column headings for descending values

    Hi, i hope someone can help me as this is driving me potty. I have student grades listed like below <!--StartFragment--> <colgroup><col width="65" span="5" style="width:65pt"> </colgroup><tbody> Biology Chemistry History Physics Student 1 6 7 7 2 Student 2 3...
  6. M

    Physics Teacher: Trying to print graph to exact scale.

    I am trying to generate a printout of a simple Sine curve where the scale is exact so that students may be able to use rulers to accurately measure attributes like Amplitude, Frequency, Period, Phase and Offset. My currently oversimplified table is Time, Sine 0 ,=2*Sin(Time) .2 .4 .6 ...
  7. C

    Integrals in VBA

    I thought it might be nice to write a function in VBA that would evaluate a definite integral, given a string that represents y as a function of x and the lower and upper limit. Here's what I came up with: Function INTEG(exp As String, min As Double, max As Double) Dim t As Double Dim x As...
  8. E

    Standard deviation and error

    How do you calculate the standard deviation of many values if the values have errors associated with them? I have set up columns beside each column of recorded values with the error, so +/- 2 for example, and now I need to run a standard deviation of these numbers. Is it possible to include the...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top