Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Lor Lor is offline
external usenet poster
 
Posts: 1
Default Can I create a formula with more than the YES/NO option

I need to create a formula that has three options and I don't know if I can
do it in Excel. Is it possible to nest these two statemens in the same cell?

=IF(B5<=Y63,B25,B24)
=IF(B5=Y64,B5<=y65),B26
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 418
Default Can I create a formula with more than the YES/NO option

Lor wrote:
I need to create a formula that has three options and I don't know if I can
do it in Excel. Is it possible to nest these two statemens in the same cell?
=IF(B5<=Y63,B25,B24)
=IF(B5=Y64,B5<=y65),B26


Yes. But because those conditions are not mutually-exclusive in an
obvious way, it is difficult to suggest a solution. The form of the
solution might look something like this:

=if(and(B5=Y64, B5<=Y65), B26, if(B5<=Y63, B25, B24))

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 347
Default Can I create a formula with more than the YES/NO option

Hi,

Maybe something like:

=IF(B5<=Y63,B25,IF(B5<=Y65,B26,B24))

Hope this helps!
Jean-Guy

"Lor" wrote:

I need to create a formula that has three options and I don't know if I can
do it in Excel. Is it possible to nest these two statemens in the same cell?

=IF(B5<=Y63,B25,B24)
=IF(B5=Y64,B5<=y65),B26

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
Find value in array Brook6 Excel Worksheet Functions 26 January 30th 07 09:40 PM
How do I create an If/or formula with more then two answers? LisaLisaKK Excel Discussion (Misc queries) 4 October 5th 06 06:39 PM
need to create a formula to create a timesheet but haven't a clue AHurd Excel Discussion (Misc queries) 7 August 22nd 05 12:04 PM
How can formulas be used to create another formula? Geag Excel Discussion (Misc queries) 4 July 29th 05 09:51 AM
yes/no option buttons Evanya Excel Discussion (Misc queries) 4 May 28th 05 12:19 AM


All times are GMT +1. The time now is 07:47 AM.

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"