Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 16
Default formula to select value from 8 cells

I have a spreadsheet that has 8 seperate fields that do a
calculation. The result of the calculation will either be a value
(ie. NUONT01) or 'FALSE'. Only one of the 8 fields will have a
value. All other fields will show FALSE. I need to display that one
value in field M8. What I am trying to do is look at all 8 fields and
the one that is not equal to 'false', show that value.

The field to display in is M8. Fields with the data a U8, AN8,
BA8, BN8, CA8, CN8, DA8, DN8.
I will be copying this formula down for the forty rows below. (M8 to
M47). I have tried "If(and" and "if(or" but cannot get past the first
3.

Mel
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default formula to select value from 8 cells

=IF(ISTEXT(U8),U8,"")&IF(ISTEXT(AN8),AN8,"")&IF(IS TEXT(BA8),BA8,"")...
--
David Biddulph

"Mel" wrote in message
...
I have a spreadsheet that has 8 seperate fields that do a
calculation. The result of the calculation will either be a value
(ie. NUONT01) or 'FALSE'. Only one of the 8 fields will have a
value. All other fields will show FALSE. I need to display that one
value in field M8. What I am trying to do is look at all 8 fields and
the one that is not equal to 'false', show that value.

The field to display in is M8. Fields with the data a U8, AN8,
BA8, BN8, CA8, CN8, DA8, DN8.
I will be copying this formula down for the forty rows below. (M8 to
M47). I have tried "If(and" and "if(or" but cannot get past the first
3.

Mel



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 16
Default formula to select value from 8 cells

On Nov 5, 10:39*am, "David Biddulph" <groups [at] biddulph.org.uk
wrote:
=IF(ISTEXT(U8),U8,"")&IF(ISTEXT(AN8),AN8,"")&IF(IS TEXT(BA8),BA8,"")...
--
David Biddulph

"Mel" wrote in message

...



I have a spreadsheet that has 8 seperate fields that do a
calculation. *The result of the calculation will either be a value
(ie. NUONT01) or 'FALSE'. *Only one of the 8 fields will have a
value. *All other fields will show FALSE. *I need to display that one
value in field M8. *What I am trying to do is look at all 8 fields and
the one that is not equal to 'false', show that value.


The field to display in is M8. *Fields with the data a U8, AN8,
BA8, BN8, CA8, CN8, DA8, DN8.
I will be copying this formula down for the forty rows below. (M8 to
M47). I have tried "If(and" and "if(or" but cannot get past the first
3.


Mel- Hide quoted text -


- Show quoted text -


thanks David. Works perfectly. Seems so simple now.
thx again.
Mel
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
Up down arrow keys do not select cells if select locked cells unch roandrob Excel Discussion (Misc queries) 3 May 18th 09 12:48 AM
How do you select ALL cells that don't contain a formula Louise Excel Discussion (Misc queries) 2 January 10th 07 12:36 PM
How to select Formula cells with red interior? [email protected] Excel Discussion (Misc queries) 15 August 12th 06 09:19 PM
what allows me to select cells for use in a formula by using a mo. Gemini Excel Worksheet Functions 1 January 24th 05 02:52 AM
How do i select different cells to be use in a formula. Manuel Excel Discussion (Misc queries) 1 January 13th 05 03:52 PM


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