Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default possible "or" function?

I would like b1 to state "Open 8", but only if the cell above it (a1
does not have any text in it. A1 only gets used some of the time bu
when it does I would like B1 to show what A1 shows, if A1 has nothin
then the text "open 8" should. Is this an "or" function or an "if"? an
how would i place the formula correctly?

Thanks again!

Eri

--
Message posted from http://www.ExcelForum.com

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default possible "or" function?

Hi
try
=IF(A1="","Open 8",A1)
in cell B1

--
Regards
Frank Kabel
Frankfurt, Germany


I would like b1 to state "Open 8", but only if the cell above it (a1)
does not have any text in it. A1 only gets used some of the time but
when it does I would like B1 to show what A1 shows, if A1 has nothing
then the text "open 8" should. Is this an "or" function or an "if"?
and how would i place the formula correctly?

Thanks again!

Eric


---
Message posted from http://www.ExcelForum.com/


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default possible "or" function?

no one knows?! :

--
Message posted from http://www.ExcelForum.com

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 162
Default possible "or" function?

Hi!

Frank's reply looks OK to me:

=IF(A1="","Open 8",A1)
in cell B1



--
--
Regards
Norman Harker MVP (Excel)
Sydney, Australia

Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.

"DangerMouse114 " wrote in
message ...
no one knows?! :(


---
Message posted from
http://www.ExcelForum.com/



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,979
Default possible "or" function?

To find the replies to your messages, you can search the Google
newsgroup archives:


http://groups.google.com/groups?&thr...rum-nospam.com

DangerMouse114 < wrote:
no one knows?! :(


--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default possible "or" function?

Sorry never saw that. But there is a problem with that. A-1 could b
anynumber or things. I maybe wrong but if you use that formula th
first " " would have to have what ever you expect might show up in A1
So it would work if A1 had only one possible data entry expected t
possibly be there.

any sugestions

--
Message posted from http://www.ExcelForum.com

  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 107
Default possible "or" function?

Have you tried Frank's suggestion? It does exactly what you asked for.

If that's not what you wanted then you'll have to explain your needs again.

By the way, Frank's formula makes no mention of "A-1" and it makes no
assumptions about what is in cell A1.

DangerMouse114 < wrote:
Sorry never saw that. But there is a problem with that. A-1 could be
anynumber or things. I maybe wrong but if you use that formula the
first " " would have to have what ever you expect might show up in A1.
So it would work if A1 had only one possible data entry expected to
possibly be there.

any sugestions?


---
Message posted from http://www.ExcelForum.com/



--
Steve Garman
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
Text "comparison" operator for "contains" used in an "IF" Function Pawaso Excel Worksheet Functions 4 April 4th 23 11:35 AM
Excel 2003: Conditional Formatting using "MIN" & "MAX" function MMangen Excel Discussion (Misc queries) 2 September 16th 08 07:13 PM
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
function to return day in the form "Monday", "Tuesday" etc given . MTro Excel Worksheet Functions 2 October 3rd 07 09:49 AM
inserting a conditional "go to" command on a excel "if" function velasques Excel Worksheet Functions 5 March 10th 06 08:16 PM


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