Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default #value problem + text to formula

I keep getting a #value when I enter

=VALUE(CONCATENATE("=power(countif(c$3:c$",(VALUE( AL3)),",$af3),1)"))

C$3 = 3
AL3 = 12
$af3 = 1

I'm using excel2007 beta2, and cannot get the
Find & Select Replace
the " with NOTHING when I use
CONCATENATE("=countif(c$3:c$",(VALUE(AL3)),",$af3) ")

I'm tring to have the text turn into this formula
=countif(c$3:c$12,$af3)
and then give a value.

I don't know anything about micro and at best a novice at excel.
Please HELP!!!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,393
Default #value problem + text to formula

Try
=COUNTIF(INDIRECT("C$3:C$"&$AL3),$AF3)


You do know that POWER(X,1) is always X?
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"trav2016" wrote in message
...
I keep getting a #value when I enter

=VALUE(CONCATENATE("=power(countif(c$3:c$",(VALUE( AL3)),",$af3),1)"))

C$3 = 3
AL3 = 12
$af3 = 1

I'm using excel2007 beta2, and cannot get the
Find & Select Replace
the " with NOTHING when I use
CONCATENATE("=countif(c$3:c$",(VALUE(AL3)),",$af3) ")

I'm tring to have the text turn into this formula
=countif(c$3:c$12,$af3)
and then give a value.

I don't know anything about micro and at best a novice at excel.
Please HELP!!!



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,688
Default #value problem + text to formula

You can't "build" a formula like that. CONCATENATE is a TEXT function. It's
output is TEXT. Maybe this is what you're after:

=COUNTIF(INDIRECT("C3:C"&AL3),AF3)

Biff

"trav2016" wrote in message
...
I keep getting a #value when I enter

=VALUE(CONCATENATE("=power(countif(c$3:c$",(VALUE( AL3)),",$af3),1)"))

C$3 = 3
AL3 = 12
$af3 = 1

I'm using excel2007 beta2, and cannot get the
Find & Select Replace
the " with NOTHING when I use
CONCATENATE("=countif(c$3:c$",(VALUE(AL3)),",$af3) ")

I'm tring to have the text turn into this formula
=countif(c$3:c$12,$af3)
and then give a value.

I don't know anything about micro and at best a novice at excel.
Please HELP!!!



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 390
Default #value problem + text to formula

In , Biff
spake thusly:

You can't "build" a formula like that. CONCATENATE is a TEXT
function. It's output is TEXT. Maybe this is what you're after:


On the other hand, Laurent Longre's "Morefunc" Add-In set at
http://xcell05.free.fr/ does inclue an EVAL function, which would
work as the OP would like.

-- dman

--------------------------------------------
=COUNTIF(INDIRECT("C3:C"&AL3),AF3)

Biff

"trav2016" wrote in message
...
I keep getting a #value when I enter

=VALUE(CONCATENATE("=power(countif(c$3:c$",(VALUE( AL3)),",$af3),1)"))

C$3 = 3
AL3 = 12
$af3 = 1

I'm using excel2007 beta2, and cannot get the
Find & Select Replace
the " with NOTHING when I use
CONCATENATE("=countif(c$3:c$",(VALUE(AL3)),",$af3) ")

I'm tring to have the text turn into this formula
=countif(c$3:c$12,$af3)
and then give a value.

I don't know anything about micro and at best a novice at excel.
Please HELP!!!



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default #value problem + text to formula

Yes I know about power but I needed to change the power for other columns.
BIG, Thank you to all.
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
Is it possible? DakotaNJ Excel Worksheet Functions 25 September 18th 06 09:30 PM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Text in formula bar is not displaying in cell Mike Excel Discussion (Misc queries) 0 August 29th 05 09:47 PM
Formulas dealing with text data Bagia Excel Worksheet Functions 6 June 20th 05 10:29 PM
Problem with VBA returning the contents of a long formula. [email protected] Excel Discussion (Misc queries) 2 February 23rd 05 12:14 AM


All times are GMT +1. The time now is 02:30 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"