Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If someone could help me solve this conundrum, I'd be wonderfully grateful...
The Setup - I've got 2 columns, one named "text", one named "numbers"; lets say A,B,C,& D in A1-A4, and 1,2,3,&4 in B1-B4. I also have four formulas - let's say they're named AA,BB,CC,&DD. (AA would multiply by 2, BB multiply by 3, CC by 4, DD by 5). The Problem - In column C, I want to have an IF function that... logical_test = looks at whether the value of a cell in a "text" column cell is A,B,C,orD, value_if_true = uses the corresponding formula (AA,BB,CC,orDD) inserting the number value in the "numbers" column cell in the formula. the IF function is set up as... =IF(A1="A",AA,IF(A1="B",BB,IF(A1="C",CC,DD))) I can't figure out how to set up the named formulas so that they include the value of the respective cell in the "numbers" column. I thought that using the following formulas would work... AA = (numbers*2) BB = (numbers*3) CC = (numbers*4) DD = (numbers*5) but they don't. So if anyone could help me or give some tips about how I could make this happen, I'd really appreciate it. Thanks! Ed |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Text in formula bar is not displaying in cell | Excel Discussion (Misc queries) | |||
formula for named cell/range using cell values | Excel Worksheet Functions | |||
Can a Formula in Cell X modify Cell Y? | Excel Discussion (Misc queries) | |||
inserting data from a row to a cell, when the row number is specified by a formula in a cell | New Users to Excel | |||
looking for a formula | Excel Worksheet Functions |