Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default I want to compute this formula: =IF(Q48=Protected!C27:C35,+Q48,"".

When I compute this function: =IF(Q48=Protected!C27,+Q48,"") -- I get
results, but if I insert a range rather than a reference to only one cell, I
get ### signs where my calculation should be.
If I try to compute: =IF(Q48=Protected!C27:C35,+Q48,"")

then I get the error symbol of ### rather than a computation. What am I
doing wrong.

Up all night on this!

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,337
Default I want to compute this formula: =IF(Q48=Protected!C27:C35,+Q48,"".

q48 is one number or data item and c27:c35 would consist of 8 numbers or
data. What do you want to test for?
BTW, leave out the + on +q48. You are in excel land now, not lotus.
maybe this is what you want???. If no match "", q48
=IF(ISNA(MATCH(q48,protected!c27:c35,0)),"",q48)

--
Don Guillett
SalesAid Software

"Help Me Rhonda TOA" <Help Me Rhonda
wrote in
message ...
When I compute this function: =IF(Q48=Protected!C27,+Q48,"") -- I get
results, but if I insert a range rather than a reference to only one cell,

I
get ### signs where my calculation should be.
If I try to compute: =IF(Q48=Protected!C27:C35,+Q48,"")

then I get the error symbol of ### rather than a computation. What am I
doing wrong.

Up all night on this!



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 18
Default I want to compute this formula: =IF(Q48=Protected!C27:C35,+Q48

This is a form that I have created in excel. I want to test if the user
inputs text in q48 that matches text contained in cells c27:c35, then plus
the content in q48 to another cell -- v26, if q48 is not the same as cells
c27:c35, then do not plus the content from q48 to v26.

So, I will try the formula that you sent me to see if this works, unless the
above extended explanation warrants a different solution? What do you think?
Thank you for your help on this.

"Don Guillett" wrote:

q48 is one number or data item and c27:c35 would consist of 8 numbers or
data. What do you want to test for?
BTW, leave out the + on +q48. You are in excel land now, not lotus.
maybe this is what you want???. If no match "", q48
=IF(ISNA(MATCH(q48,protected!c27:c35,0)),"",q48)

--
Don Guillett
SalesAid Software

"Help Me Rhonda TOA" <Help Me Rhonda
wrote in
message ...
When I compute this function: =IF(Q48=Protected!C27,+Q48,"") -- I get
results, but if I insert a range rather than a reference to only one cell,

I
get ### signs where my calculation should be.
If I try to compute: =IF(Q48=Protected!C27:C35,+Q48,"")

then I get the error symbol of ### rather than a computation. What am I
doing wrong.

Up all night on this!




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
How do i enable "Group" & "Ungroup" in a protected sheet DBLA137 Excel Discussion (Misc queries) 1 March 11th 09 12:20 AM
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell Steve Kay Excel Discussion (Misc queries) 2 August 8th 08 01:54 AM
change "true" and "false" to "availble" and "out of stock" inthestands Excel Worksheet Functions 2 July 19th 07 07:05 PM
How do i enable "Group" & "Ungroup" in a protected sheet ruddojo Excel Discussion (Misc queries) 0 June 2nd 06 01:01 AM
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next BCB New Users to Excel 7 May 13th 06 10:02 PM


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