Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Pocket Excel supports only some functions

Hi,

I notice that Pocket Excel (from PPC2003) only supports a small subset
of the Functions available in the full Desktop version. Does anyone
know of a resource that documents what is/isn't available?

My specific problem right now is, Pocket Excel doesn't support the
FLOOR() function. Anyone know a work-around?

Thanks,
Jon

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,327
Default Pocket Excel supports only some functions

Hi Jon

=FLOOR(A1,B1)
can be done as
=INT(A1/B1)*B1

--
HTH. Best wishes Harald
Followup to newsgroup only please

"Jon Grieve" <jgrieve@southdown-co-uk skrev i melding
...
Hi,

I notice that Pocket Excel (from PPC2003) only supports a small subset
of the Functions available in the full Desktop version. Does anyone
know of a resource that documents what is/isn't available?

My specific problem right now is, Pocket Excel doesn't support the
FLOOR() function. Anyone know a work-around?

Thanks,
Jon



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Pocket Excel supports only some functions


Ah, the irony... Seeing as I was doing FLOOR(A1,1), I can just use INT
with nothing clever. The point is, Excel's interpretation of the INT
function doesn't match mine. To me, INT should round down if the
decimal places are less then .5, otherwise round up.

e.g.

INT(3.4999) = 3
INT(3.5) = 4

/me slaps hand to forehead.

Thanks for the swift reply,

Jon





Harald Staff wrote:
Hi Jon

=FLOOR(A1,B1)
can be done as
=INT(A1/B1)*B1

--
HTH. Best wishes Harald
Followup to newsgroup only please

"Jon Grieve" <jgrieve@southdown-co-uk skrev i melding
...

Hi,

I notice that Pocket Excel (from PPC2003) only supports a small subset
of the Functions available in the full Desktop version. Does anyone
know of a resource that documents what is/isn't available?

My specific problem right now is, Pocket Excel doesn't support the
FLOOR() function. Anyone know a work-around?

Thanks,
Jon





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel Pocket Tom Excel Discussion (Misc queries) 1 January 4th 08 05:13 PM
What hyperlink method if any supports target rename? [email protected] Links and Linking in Excel 1 October 4th 07 12:13 PM
pocket pc excel plumcraezy Excel Discussion (Misc queries) 0 September 21st 06 04:42 PM
Pocket Excel FA Excel Discussion (Misc queries) 1 October 14th 05 10:18 PM
How do I export an Excel spreadsheet to Pocket PC (Pocket Excel)?. Selena Excel Discussion (Misc queries) 1 December 7th 04 03:01 AM


All times are GMT +1. The time now is 05:26 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"