I am attempting to populate a cell automatically depending on the input of another cell.
Say for example Cell A1 = 1, then cell A2 would automatically = 100,
I have set up a reference table on another sheet with the initial values (e.g. A1) and required reference (e.g. 100) in a table form,
Can you direct me in the right direction in order to set this up?
Thanks,
Charlie
If it is simple that A2 = A1 * 100 then this formula will do:
= $A$1 * 100 in Cell A2
For reference tables use MATCH and INDEX
In Cell A2: =INDEX(Sheet2!$A$1:$B$5, MATCH(Sheet1!$A$1,Sheet2!$A$1:$A$5,0),2)
Where the table is in Sheet2 A1:B5
Last edited by rwgrietveld; 01-11-2010 at 09:16 AM.
Looking for great solutions but hate waiting?
Seach this Forum through Google
www.Google.com (e.g. +multiple +IF site:excelforum.com/excel-general/ )
www.Google.com (e.g. +fill +combobox site:excelforum.com/excel-programming/ )
Ave,
Ricardo
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks