Help with Data Justification Using Excel 2007

  • Thread starter Thread starter StuartWilson
  • Start date Start date
  • Tags Tags
    Data Excel
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
StuartWilson
Messages
1
Reaction score
0
Hi,

My name is Stuart and I am an undergraduate student at the University of Strathclyde, UK. I'm just about to start my 3rd year but I was lucky enough to successfully set up a summer project for during the summer where I am working in the Centre for Biophotonics.

I've been a member here for over 2 years but this is my first actual post!

I have a question about using excel to process some of my data and I thought someone here might be able to help me. I'm not sure which forum would be most suitable though - it's technically not homework or coursework.

If someone could point me in the correct general direction for my question then I would really appreciate it.

Thanks!
 
Physics news on Phys.org
Hi Stuart and welcome

I think, maybe you should just post the details and then cross fingers about what is to happen next.
 
I do not know about your programming skills, but I personally wouldn't use excel for processing the data...

Not that I have used other tools before, but, presently, I would do it using python.

In python, I can read the original data and interactively apply whatever processing I think will do...if it does not work, I apply something else, etc. This can be done easily with entire arrays and a single equation.

In excel, you are going to find yourself copying and pasting formulas in hundred of cells just to find out that they are wrong and have to do it all over again.

Then again, not everybody know how to program.