Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 59
Default can an excel cell be given a number of values say 2 or more ?

hi experts - if you help thanks in advance

im working with excel 2003 and wondered if a cell can be given a number of
values
my thoughts are if a cell represents a sales value can it also hold a budget
value as well. i think i have read of this but im not sure if its just with
text values

of course if the cell can hold 2 values can we derive a third value

thanks in advance .......
--
C Ward
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default can an excel cell be given a number of values say 2 or more ?


I don't really think that a cell can hold two values in a true sense.
But then how about comment object associated with a cell? Comment can
be exploited to store 2nd value in the cell. Of course using it for
mathematical manupulations etc will be difficult but it could be done.
But I can't visualise such a requirement of storing two values in a
cell.

A V Veerkar


--
avveerkar
------------------------------------------------------------------------
avveerkar's Profile: http://www.excelforum.com/member.php...o&userid=30338
View this thread: http://www.excelforum.com/showthread...hreadid=509290

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 59
Default can an excel cell be given a number of values say 2 or more ?


pushing the bounds of software is always a good thing to do and the example
i gave is not my practical work rather i was trying to give an easy example

if we could store a series of array values in a given cell we could store
all sorts of information making excel have an extra dimension as such , i am
currently working on such a problem - most olap technologies do a similar
idea to this as did the old multidimensional spreadsheets from IBM and Lotus

a cell could be said to have attributes or properties - i guess a comment is
a type of attribute about a cell but this is where my thoughts are

--
C Ward


"avveerkar" wrote:


I don't really think that a cell can hold two values in a true sense.
But then how about comment object associated with a cell? Comment can
be exploited to store 2nd value in the cell. Of course using it for
mathematical manupulations etc will be difficult but it could be done.
But I can't visualise such a requirement of storing two values in a
cell.

A V Veerkar


--
avveerkar
------------------------------------------------------------------------
avveerkar's Profile: http://www.excelforum.com/member.php...o&userid=30338
View this thread: http://www.excelforum.com/showthread...hreadid=509290


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,440
Default can an excel cell be given a number of values say 2 or more ?

<pushing the bounds of software is always a good thing to do

I don't agree at all.
Using elements of software for purposes that they weren't meant for is one
of the least sensible things to do. Sooner or later you'll find yourself in
trouble. It is not uncommon to blame the software provider in such cases,
but the real cause is of course misuse.

--
Kind regards,

Niek Otten


"christopher ward" wrote in
message ...

pushing the bounds of software is always a good thing to do and the
example
i gave is not my practical work rather i was trying to give an easy
example

if we could store a series of array values in a given cell we could store
all sorts of information making excel have an extra dimension as such , i
am
currently working on such a problem - most olap technologies do a similar
idea to this as did the old multidimensional spreadsheets from IBM and
Lotus

a cell could be said to have attributes or properties - i guess a comment
is
a type of attribute about a cell but this is where my thoughts are

--
C Ward


"avveerkar" wrote:


I don't really think that a cell can hold two values in a true sense.
But then how about comment object associated with a cell? Comment can
be exploited to store 2nd value in the cell. Of course using it for
mathematical manupulations etc will be difficult but it could be done.
But I can't visualise such a requirement of storing two values in a
cell.

A V Veerkar


--
avveerkar
------------------------------------------------------------------------
avveerkar's Profile:
http://www.excelforum.com/member.php...o&userid=30338
View this thread:
http://www.excelforum.com/showthread...hreadid=509290




  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 59
Default can an excel cell be given a number of values say 2 or more ?


I always work to 2 principals -

user friendly and cost effective

nor do i think my questions are fantastic in nature - therefore bounds of
software is a limited term , i guess we all use what we feel happy with ,
poor software design is in no ones interest but at least im suggesting items
that excel shoudl really be able to do - limitations in spreedsheets are well
know and it is why the OLAP tools boom in may ways

an im not blaming anyone - just asking a number of questions - the client i
have in this case only has excel knowledge and little money for new capital
expenditure

--
C Ward


"Niek Otten" wrote:

<pushing the bounds of software is always a good thing to do

I don't agree at all.
Using elements of software for purposes that they weren't meant for is one
of the least sensible things to do. Sooner or later you'll find yourself in
trouble. It is not uncommon to blame the software provider in such cases,
but the real cause is of course misuse.

--
Kind regards,

Niek Otten


"christopher ward" wrote in
message ...

pushing the bounds of software is always a good thing to do and the
example
i gave is not my practical work rather i was trying to give an easy
example

if we could store a series of array values in a given cell we could store
all sorts of information making excel have an extra dimension as such , i
am
currently working on such a problem - most olap technologies do a similar
idea to this as did the old multidimensional spreadsheets from IBM and
Lotus

a cell could be said to have attributes or properties - i guess a comment
is
a type of attribute about a cell but this is where my thoughts are

--
C Ward


"avveerkar" wrote:


I don't really think that a cell can hold two values in a true sense.
But then how about comment object associated with a cell? Comment can
be exploited to store 2nd value in the cell. Of course using it for
mathematical manupulations etc will be difficult but it could be done.
But I can't visualise such a requirement of storing two values in a
cell.

A V Veerkar


--
avveerkar
------------------------------------------------------------------------
avveerkar's Profile:
http://www.excelforum.com/member.php...o&userid=30338
View this thread:
http://www.excelforum.com/showthread...hreadid=509290







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
how can I subtract excel cell values that contain both a number a. John Sayaff Excel Discussion (Misc queries) 4 April 2nd 23 07:24 PM
How to count the number of 'values' in a cell Sandih Excel Worksheet Functions 1 July 11th 06 09:00 AM
Assigning cell values to return a number wdjsxj Excel Discussion (Misc queries) 0 March 20th 06 02:55 PM
How to make excel to treat values in cell as a number? Peri[_3_] Excel Programming 2 November 6th 05 10:40 PM
Count number of values in a cell nyc_doc Excel Worksheet Functions 3 July 31st 05 12:34 AM


All times are GMT +1. The time now is 01:18 AM.

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

About Us

"It's about Microsoft Excel"