![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Mar 2002
Posts: 2
|
Hello-
I have built a table using the B$1*$A2 format (cf. General Excel Techniques dtd 12/27/00). However, I would like this table to perform two separate operations, and give the result (in one cell) in the form of an ordered pair. Example: B1 =10; A2=10 In B2, I type a formula A2*B1 AND A2+B1 (in order to copy and paste this formula throughout the table (as discussed above). The result displayed in B2 is of the form (100,20) - the individual results for two separate operations. Thank you for your time. |
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Feb 2002
Location: Calgary, Alberta Canada
Posts: 2,065
|
What is the goal of this exercise? A ss has millions of cells; it might be appropriate to keep results in cells that can be utilized for calculations. see ="("&A2*B1&","&A2+B1&")" Gives (100,20) but it is Text. [ This Message was edited by: Dave Patton on 2002-03-28 18:43 ] |
|
|
|
|
|
#3 |
|
Banned
Join Date: Feb 2002
Posts: 1,582
|
Hi sjp6375
Must fully agree with Dave (what a great name) there are 655536rows*256Columns of cells. Good spreadsheet designing often means placing data into their won cells. It is very easy to join cells into one cell, but the reverse is often harder. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|