Welcome to NeoOffice Forums
NeoOffice
 
Official online support site for NeoOffice and NeoOffice Mobile

Trinity
· Home
· News
· Private Messages
· Stories Archive
· Your Account


RSS Feeds
· Headlines
· Forum Posts
· NeoOffice Releases
· Beta Releases
· NeoOffice Mobile


Twitter Feeds
· @NeoOffice


Download NeoOffice
· Get NeoOffice
· Get the Latest Patch
· Language Packs
· User Guide
· User Guide Volume 2


Other Websites
· NeoOffice.org
· NeoWiki


Who's Online
There are currently, 143 guest(s) and 4 member(s) that are online.

You are Anonymous user. You can register for free by clicking here


Languages
Select Interface Language:



  
trinity.neooffice.org :: View topic - Missing tools in speadsheet: date, time and paste value
 Forum FAQForum FAQ   SearchSearch   UsergroupsUsergroups   ProfileProfile   Private MessagesPrivate Messages   Log inLog in 

Missing tools in speadsheet: date, time and paste value
Users who have paid US$100.00 within the last year can post

 
Post new topic   Reply to topic    trinity.neooffice.org Forum Index -> NeoOffice Support
View previous topic :: View next topic  
Author Message
slone
Blue Pill


Joined: Mar 19, 2008
Posts: 3

PostPosted: Wed Mar 19, 2008 5:31 am    Post subject: Missing tools in speadsheet: date, time and paste value Reply with quote

I am missing two shortcuts from excel:

^; for inserting the current date
and
^: for inserting the current time

in Neooffice I could not find any thing similar, not even in the insert menu!

Also in the toolbar I can't find any the the paste value function, I found a a way to bypass this problem, the side menu of the paste icon, but it is not perfect.
The ideal thing would be a shortcut for pasting value.

Otherwise I love Neooffice and do not use Microsoft any more
Back to top
View user's profile Send private message
rays
The Anomaly
(earlier version)


Joined: Sep 23, 2004
Posts: 475
Location: Geneva, Switzerland

PostPosted: Wed Mar 19, 2008 11:24 am    Post subject: Reply with quote

Insert>Function... and Category Date & Time suggests that =Today() will give you current date.

I see that =NOW() will give you current date and time.

As for time on its own... ?

_________________
Ray Saunders
World Scout Bureau
Back to top
View user's profile Send private message
Lorinda
Captain Mifune


Joined: Jun 20, 2006
Posts: 2026
Location: Midwest, USA

PostPosted: Wed Mar 19, 2008 1:21 pm    Post subject: Reply with quote

You can always record a macro inputting these functions and assign shortcuts to them in Tools>Customize...>Keyboard.

Lorinda
Back to top
View user's profile Send private message
jgd
Agent Smith


Joined: Feb 27, 2005
Posts: 1531
Location: France

PostPosted: Wed Mar 19, 2008 1:36 pm    Post subject: Reply with quote

To get the hour and minutes, enter in the formula bar

Code:
=CONCATENATE(HOUR(NOW());":";MINUTE(NOW()))


Hope that helps

Jacqueline
Edit: you can get the seconds by adding
Code:
SECOND(NOW())



Code:
=CONCATENATE(HOUR(NOW());":";MINUTE(NOW());":";SECOND(NOW)))
Back to top
View user's profile Send private message AIM Address
Dragonfly14
Sentinel


Joined: Jun 23, 2006
Posts: 20
Location: Tasmania

PostPosted: Fri Mar 21, 2008 12:36 am    Post subject: Reply with quote

Many thanks @jgd.
I also found that formula useful, 'cept the seconds part was too accurate for my needs!

However, and I don't mean to be picky, shouldn't that be

SECOND(NOW()))

(Extra close bracket at end?)



Hooroo...
Back to top
View user's profile Send private message
yoxi
Cipher


Joined: Sep 07, 2004
Posts: 1799
Location: Dawlish, Devon

PostPosted: Fri Mar 21, 2008 1:24 am    Post subject: Reply with quote

Jacqueline's full code example at the bottom has the right number of )'s - the SECOND(NOW()) example is of the standalone use of the SECOND() function, I believe...

- padmavyuha (streuth - 4 figures!)
Back to top
View user's profile Send private message
jgd
Agent Smith


Joined: Feb 27, 2005
Posts: 1531
Location: France

PostPosted: Fri Mar 21, 2008 2:12 am    Post subject: Reply with quote

Sorry, in the last line, I forgot an opening bracket. That should be
Code:
=CONCATENATE(HOUR(NOW());":";MINUTE(NOW());":";SECOND(NOW()))


CONCATENATE() two brackets
HOUR(), MINUTE(), and SECOND() two brackets
NOW() two brackets

Sometimes, I'm a bit careless Sad
Jacqueline
Back to top
View user's profile Send private message AIM Address
yoxi
Cipher


Joined: Sep 07, 2004
Posts: 1799
Location: Dawlish, Devon

PostPosted: Fri Mar 21, 2008 3:37 am    Post subject: Reply with quote

Well spotted, I missed that one - this reminds me of my days programming in LISP Confused - we had a great LISP editor that put a pointer over the matching parenthesis when your cursor was on one, so you could see why there should be 7 instead of 6, or whatever...

- padmavyuha
Back to top
View user's profile Send private message
jgd
Agent Smith


Joined: Feb 27, 2005
Posts: 1531
Location: France

PostPosted: Fri Mar 21, 2008 6:18 am    Post subject: Reply with quote

New feature to be added Wink

Jacqueline
Back to top
View user's profile Send private message AIM Address
Display posts from previous:   
Post new topic   Reply to topic    trinity.neooffice.org Forum Index -> NeoOffice Support All times are GMT - 7 Hours
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum

Powered by phpBB © 2001, 2005 phpBB Group

All logos and trademarks in this site are property of their respective owner. The comments are property of their posters, all the rest © Planamesa Inc.
NeoOffice is a registered trademark of Planamesa Inc. and may not be used without permission.
PHP-Nuke Copyright © 2005 by Francisco Burzi. This is free software, and you may redistribute it under the GPL. PHP-Nuke comes with absolutely no warranty, for details, see the license.
Page Generation: 0.03 Seconds