Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 05-28-2014, 12:36 PM
atis atis is offline How to create a matrix of formulas Windows XP How to create a matrix of formulas Office 2007
Novice
How to create a matrix of formulas
 
Join Date: May 2014
Posts: 2
atis is on a distinguished road
Default How to create a matrix of formulas

Hello,



I need a kind of "matrix of formula's". I'd like to handle the following with excel 2007 : on the first line, I have

1 2 3 4.

I named this cells "numbers".

Now, I have 2 formulas which I named "form1" and "form2", for example "form1" is "numbers*2" and "form2" is "numbers*10".

I would like "form1" apply to the first and third cells of "numbers", and "form2" to the second and fourth cells of "numbers". But if I enter on the second line

=form1 =form2 =form1 =form2

I get

2 20 2 20

instead of

2 20 6 40

Can someone help me ?

Atis
Reply With Quote
  #2  
Old 05-28-2014, 04:33 PM
whatsup whatsup is offline How to create a matrix of formulas Windows 7 64bit How to create a matrix of formulas Office 2010 32bit
Competent Performer
 
Join Date: May 2014
Posts: 137
whatsup will become famous soon enough
Default

Hi Atis

It won't work this way. Though you created the matrix "numbers", in using it in the formulas you always get hold of the first item. You will need INDEX() to address the correct item.
That means that
=INDEX(numbers,1)*2
multiplies the first item of the matrix.

Usually you want some dynamic in the formula, that way you don't have to modify the formula over and over again. In the following it's done by using COLUMN():
Form1 = INDEX(numbers,COLUMN())*2
Form2 = INDEX(numbers,COLUMN())*10
That way it works when you use the formulas beginning in the first column.

Any questions?
Reply With Quote
  #3  
Old 05-30-2014, 04:16 AM
atis atis is offline How to create a matrix of formulas Windows XP How to create a matrix of formulas Office 2007
Novice
How to create a matrix of formulas
 
Join Date: May 2014
Posts: 2
atis is on a distinguished road
Default

Hello,

Thanks for your answer. But it's not really what I'm looking for. I need more a matrix formula.

Like this : if you have

2 4

on the first line, and you type "=form1" validated with ctrl+shift+enter, you get

2 4

I'm looking for something similar but with two forumula's, like {=form1;=form2}

Atis
Reply With Quote
  #4  
Old 05-30-2014, 08:48 AM
Pecoflyer's Avatar
Pecoflyer Pecoflyer is offline How to create a matrix of formulas Windows 7 64bit How to create a matrix of formulas Office 2010 64bit
Expert
 
Join Date: Nov 2011
Location: Brussels Belgium
Posts: 2,920
Pecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond reputePecoflyer has a reputation beyond repute
Default

Please post a sample sheet ( no pics please) showing what you have and the expected resukt - Thx
__________________
Using O365 v2503 - Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to create a matrix of formulas making correlation matrix Ridgerunner Excel 3 03-22-2013 07:09 AM
Need help with formulas please paul_pearson Excel 0 03-20-2013 06:51 AM
How to create a matrix of formulas Dot Matrix Printing Angela Office 2 05-15-2012 08:56 PM
Matrix Algebra judicial85 Excel 3 10-12-2011 05:41 PM
From Outlook to Dot Matrix Printer ihightower Outlook 0 10-04-2010 09:15 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 07:20 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft