LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.misc
Ed
 
Posts: n/a
Default help with inserting a cell value into a named formula

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
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
Text in formula bar is not displaying in cell Mike Excel Discussion (Misc queries) 0 August 29th 05 09:47 PM
formula for named cell/range using cell values alex Excel Worksheet Functions 2 August 27th 05 06:44 PM
Can a Formula in Cell X modify Cell Y? alMandragor Excel Discussion (Misc queries) 7 February 10th 05 09:51 PM
inserting data from a row to a cell, when the row number is specified by a formula in a cell [email protected] New Users to Excel 2 January 6th 05 07:18 AM
looking for a formula Amanda Excel Worksheet Functions 5 January 5th 05 07:37 AM


All times are GMT +1. The time now is 04:03 PM.

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"