Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Formula for data range

I have a data row (K) that contains several numbers. For example.K2
contains the numbers. 61 62 63 64 65 66 67. K3 contains the numbers 64 65
66 67 68 ect... I'm sure there is a forumula that will allow me to say, if
K3 contains 67 then L3 = 67. When in this instance L3 would = 67. If the
data in K3 the numbers 69 70 71 then the return value would be "blank".

Make sense?

E
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,089
Default Formula for data range

One way:

=IF(ISERROR(FIND(67,K3)),"",67)

Regards

Trevor


"ernie - willcox" wrote in message
...
I have a data row (K) that contains several numbers. For example.K2
contains the numbers. 61 62 63 64 65 66 67. K3 contains the numbers 64
65
66 67 68 ect... I'm sure there is a forumula that will allow me to say,
if
K3 contains 67 then L3 = 67. When in this instance L3 would = 67. If the
data in K3 the numbers 69 70 71 then the return value would be "blank".

Make sense?

E



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Formula for data range

Trevor, worked like a dream... You just saved me hours worth of looking... Is
there a page where a person can find a list of formula's for excel?

"Trevor Shuttleworth" wrote:

One way:

=IF(ISERROR(FIND(67,K3)),"",67)

Regards

Trevor


"ernie - willcox" wrote in message
...
I have a data row (K) that contains several numbers. For example.K2
contains the numbers. 61 62 63 64 65 66 67. K3 contains the numbers 64
65
66 67 68 ect... I'm sure there is a forumula that will allow me to say,
if
K3 contains 67 then L3 = 67. When in this instance L3 would = 67. If the
data in K3 the numbers 69 70 71 then the return value would be "blank".

Make sense?

E




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,089
Default Formula for data range

I think the easiest way is to click on the "fx" (insert function) icon on
the formula bar. Choose all functions and scroll through. Select a
function to see what it does.

You could also try the Excel Help but, in my experience, you need to know
what you are looking for before you look for it ... a bit like a dictionary,
really.

Regards

Trevor


"ernie - willcox" wrote in message
...
Trevor, worked like a dream... You just saved me hours worth of looking...
Is
there a page where a person can find a list of formula's for excel?

"Trevor Shuttleworth" wrote:

One way:

=IF(ISERROR(FIND(67,K3)),"",67)

Regards

Trevor


"ernie - willcox" wrote in
message
...
I have a data row (K) that contains several numbers. For example.K2
contains the numbers. 61 62 63 64 65 66 67. K3 contains the numbers
64
65
66 67 68 ect... I'm sure there is a forumula that will allow me to
say,
if
K3 contains 67 then L3 = 67. When in this instance L3 would = 67. If
the
data in K3 the numbers 69 70 71 then the return value would be "blank".

Make sense?

E






  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Formula for data range

Also perhaps http://office.microsoft.com/en-us/ex...528191033.aspx for
functions,
and http://office.microsoft.com/en-us/ex...001271033.aspx for example
formulae?
--
David Biddulph

"Trevor Shuttleworth" wrote in message
...
I think the easiest way is to click on the "fx" (insert function) icon on
the formula bar. Choose all functions and scroll through. Select a
function to see what it does.

You could also try the Excel Help but, in my experience, you need to know
what you are looking for before you look for it ... a bit like a
dictionary, really.

Regards

Trevor

"ernie - willcox" wrote in
message ...
Trevor, worked like a dream... You just saved me hours worth of
looking... Is
there a page where a person can find a list of formula's for excel?





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
Using formula to calculate data source range ebarathne Charts and Charting in Excel 1 September 1st 06 01:00 PM
A formula in Data Range bartsie Charts and Charting in Excel 1 May 27th 06 05:00 PM
Formula to sum data from a data range mike the new guy Excel Discussion (Misc queries) 3 January 18th 06 08:56 AM
Formula Changes when data entered in referenced range mac849 Excel Discussion (Misc queries) 5 March 21st 05 01:57 AM
how do I make a formula NOT change when the data range is moved? Alida Andrews Excel Discussion (Misc queries) 2 January 6th 05 09:02 PM


All times are GMT +1. The time now is 07:15 PM.

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"