Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 383
Default Can I absolute cell an operator: and/or

Trying to be able to modify a column externally, to choose between AND/OR,
e.g.:


IF($BG$4&(DC9CU9,EE9CU9),0,1)
IF(INDIRECT($BG$4)&(DC9CU9,EE9CU9),0,1)
IF(INDIRECT($BG$4)(DC9CU9,EE9CU9),0,1)

where bg4 is to have either: AND, OR

have tried use of Indirect, not working.. any ideas, thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Can I absolute cell an operator: and/or

=IF($BG$4="AND",--AND(DC9CU9,EE9CU9),IF($BG$4="OR",--OR(DC9CU9,EE9CU9),""))
--
David Biddulph

"nastech" wrote in message
...
Trying to be able to modify a column externally, to choose between AND/OR,
e.g.:


IF($BG$4&(DC9CU9,EE9CU9),0,1)
IF(INDIRECT($BG$4)&(DC9CU9,EE9CU9),0,1)
IF(INDIRECT($BG$4)(DC9CU9,EE9CU9),0,1)

where bg4 is to have either: AND, OR

have tried use of Indirect, not working.. any ideas, 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
have Excel retrieve conditional operator ( < = ) from a cell [email protected] Excel Worksheet Functions 1 May 17th 07 07:16 PM
Making cell reference absolute makes cell format text Excel Worksheet Functions 2 September 22nd 06 04:47 PM
How to use a cell value as operator in a worksheet reference? JRP2003 Excel Worksheet Functions 2 August 14th 06 06:24 PM
The absolute referenced cell does not move when source cell moves johnc Excel Worksheet Functions 2 May 8th 06 06:33 PM
add one cell with no equals operator reggie26t Excel Discussion (Misc queries) 1 January 24th 06 02:57 PM


All times are GMT +1. The time now is 11:24 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"