Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default conditional change of column reference in formulas

Is there a way to conditionally change all column references in formulas on a
worksheet depending on a value entered in one field.

Example:
1. In Cell A1 the user enters "peanuts"
2. You do a lookup on "peanuts" and find the column associated w/peanuts is C
3. Now you need to change all formulas which reference the previous column
reference to column C to get the correct figures for the spreadhseet

Can a macro be written to do this for a spreadhseet or even an entire
workbook? If so what would be some sample code? Any other means to go about
this? Is it even possible to do this in excel?

THANKS!

  #2   Report Post  
Posted to microsoft.public.excel.misc
Ag Ag is offline
external usenet poster
 
Posts: 16
Default conditional change of column reference in formulas

You can use a combination of match ,address and index to address the
conditional formula change if you dont have too many formulae as shown
below

peanut
3 5 4
cashew peanut walnut
=INDIRECT(ADDRESS(2,MATCH(A1,A3:E3,0),4))

HTH

Regards
Anirudh


On Jan 12, 4:53*am, excel help acct
wrote:
Is there a way to conditionally change all column references in formulas on a
worksheet depending on a value entered in one field. *

Example:
1. *In Cell A1 the user enters "peanuts"
2. *You do a lookup on "peanuts" and find the column associated w/peanuts is C
3. *Now you need to change all formulas which reference the previous column
reference to column C to get the correct figures for the spreadhseet

Can a macro be written to do this for a spreadhseet or even an entire
workbook? *If so what would be some sample code? *Any other means to go about
this? *Is it even possible to do this in excel?

THANKS!


Reply
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
ARE THERE CONDITIONAL FORMULAS TO CHANGE TEXT COLOR? CGaufin Excel Worksheet Functions 2 November 9th 06 06:23 PM
How to change cell reference within formulas CGSoniat Excel Worksheet Functions 4 October 31st 06 02:36 AM
copy conditional formulas that reference one cell John Sempek Builder Excel Discussion (Misc queries) 2 January 21st 06 09:13 PM
Conditional Formatting, reference another column DavidL Excel Worksheet Functions 4 April 7th 05 10:17 PM
Formulas: Keeping same row/column reference when columns are inser Mike Excel Discussion (Misc queries) 5 February 11th 05 09:37 PM


All times are GMT +1. The time now is 03:39 AM.

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"