A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

How do I create a formula that searchs 1-cell for a range of numbe



 
 
Thread Tools Display Modes
  #1  
Old November 3rd, 2004, 06:44 PM
Greg-B
external usenet poster
 
Posts: n/a
Default How do I create a formula that searchs 1-cell for a range of numbe

I'm looking to search 1-cell for a range of numbers i.e
I want to enter a formula in cell C-1
if cell A-1 is 16 or 30, I want the formula to provide me the info in
cell B-1. If the criteria is not met, I want to see a null value.

Let me know. Thanks!
  #2  
Old November 3rd, 2004, 07:01 PM
Bob Phillips
external usenet poster
 
Posts: n/a
Default

=IF(AND(A116,A130),A1,"")

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Greg-B" wrote in message
...
I'm looking to search 1-cell for a range of numbers i.e
I want to enter a formula in cell C-1
if cell A-1 is 16 or 30, I want the formula to provide me the info in
cell B-1. If the criteria is not met, I want to see a null value.

Let me know. Thanks!



  #3  
Old November 3rd, 2004, 07:19 PM
Greg Bobak
external usenet poster
 
Posts: n/a
Default

Thanks Bob. I was missing the second A1 entry for the 30! This eleviated
my 2 hours of torture trying to figure this out.

"Bob Phillips" wrote:

=IF(AND(A116,A130),A1,"")

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Greg-B" wrote in message
...
I'm looking to search 1-cell for a range of numbers i.e
I want to enter a formula in cell C-1
if cell A-1 is 16 or 30, I want the formula to provide me the info in
cell B-1. If the criteria is not met, I want to see a null value.

Let me know. Thanks!




 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
IF E3 & E10 = TRUE set this cell to "Yes", else set to "No" Timothy L Worksheet Functions 5 August 27th, 2004 02:28 AM
How to sort 1 cell range keeping other range same kamploops General Discussion 2 August 24th, 2004 09:33 PM
copy results of formula to another cell ScheduleQueen Worksheet Functions 5 June 28th, 2004 12:11 AM
Formula help Wally Worksheet Functions 6 December 5th, 2003 12:18 PM


All times are GMT +1. The time now is 02:39 PM.


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