Author Topic: Anyone good with MS Excel  (Read 2023 times)

Offline leegt5

  • I live here
  • *****
  • Posts: 765
Anyone good with MS Excel
« on: 14 April 2012, 10:53 »
Say I have a cell with the value

date="1323816545000"

and I want to add 79600000 to that number any ideas ?

Offline The Mighty Elvi

  • I live here
  • *****
  • Posts: 2,449
  • I'm better than you today.
Re: Anyone good with MS Excel
« Reply #1 on: 14 April 2012, 11:28 »
=sum(Cell?+ cell?)




Offline Lankylad78

  • Not said much yet
  • **
  • Posts: 47
  • 60% of the time I'm right EVERYTIME
Re: Anyone good with MS Excel
« Reply #2 on: 14 April 2012, 12:48 »
Easiest way is like this:


Offline Lankylad78

  • Not said much yet
  • **
  • Posts: 47
  • 60% of the time I'm right EVERYTIME
Re: Anyone good with MS Excel
« Reply #3 on: 14 April 2012, 12:52 »
Sorry. Not very easy to see. Re-done picture for you:


Offline Sprakie2008

  • Not said much yet
  • **
  • Posts: 74
Re: Anyone good with MS Excel
« Reply #4 on: 14 April 2012, 13:55 »
=sum(A1+79600000)
or if it says '#VALUE'
=(A1+79600000)

 :nerd:
Mk3 Mad!

Offline jamie_pyrite

  • I live here
  • *****
  • Posts: 901
Re: Anyone good with MS Excel
« Reply #5 on: 14 April 2012, 14:10 »
=sum(A1+79600000)
or if it says '#VALUE'
=(A1+79600000)

 :nerd:

While this is right, it's always best to reference values from cells. If he had tons of cells that were "X + 79600000" then that number changed, it'd be a right pain going through changing everything again!

You can always put the number in say Column R, then right click on the column at the top and choose to hide the column :)

Offline Lankylad78

  • Not said much yet
  • **
  • Posts: 47
  • 60% of the time I'm right EVERYTIME
Re: Anyone good with MS Excel
« Reply #6 on: 14 April 2012, 14:54 »
^ If you were using this number multiple times using this method it would be best to use the $ in your calculations. i.e. $R$1.

Offline dom

  • 10k hero
  • *
  • Posts: 10,084
  • Back in a Mk4
Re: Anyone good with MS Excel
« Reply #7 on: 14 April 2012, 17:52 »
^ If you were using this number multiple times using this method it would be best to use the $ in your calculations. i.e. $R$1.

A bit of absolute cell referencing :cool: :grin:

Offline Sprakie2008

  • Not said much yet
  • **
  • Posts: 74
Re: Anyone good with MS Excel
« Reply #8 on: 14 April 2012, 18:16 »
=sum(A1+79600000)
or if it says '#VALUE'
=(A1+79600000)

 :nerd:

While this is right, it's always best to reference values from cells. If he had tons of cells that were "X + 79600000" then that number changed, it'd be a right pain going through changing everything again!

You can always put the number in say Column R, then right click on the column at the top and choose to hide the column :)

or you could just click on the little box in the corner of the cell and drag it down, then it will automatically change the cell reference but keep the number it is adding the same :)
Mk3 Mad!

Offline leegt5

  • I live here
  • *****
  • Posts: 765
Re: Anyone good with MS Excel
« Reply #9 on: 14 April 2012, 19:15 »
Cheers fellas. Im changing phones from Blackberry to Android. Managed to get my email accross ok, but my received sms messages are all 2 hours out from the Blackberry export and the timestamps are epoch time. In other words look like this "1323816545000".

Anyway I worked out the difference in epoch time and tried editing the received sms in the massive Blackberry export as a .csv which I did but I couldn't get it back into .xml to import into Android.

In the end I gave up !!