Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Evaluate IF(OR Statement

I was wondering if anyone knows a way to determine which of the "OR"
occurrences triggers the "Error" result. Basically I want to either create a
pop-up box (which I know how to do), or change the font color to alert the
user to an input mistake.

=IF(OR($F$83$F$84,$F$83$G$83,$F$83$F$89,$F$83<$ E$83),"Error","")

Thanks
FG
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default Evaluate IF(OR Statement

Perhaps this will give you some ideas:

=IF(OR($F$83$F$84,$F$83$G$83,$F$83$F$89,$F$83<$ E$83),INDEX({"F84","G83","F89","<E83"},1,MATCH( TRUE,CHOOSE({1,2,3,4},$F$83$F$84,$F$83$G$83,$F$8 3$F$89,$F$83<$E$83),0)),"")


--
Regards,
Tom Ogilvy


"Gardfd" wrote:

I was wondering if anyone knows a way to determine which of the "OR"
occurrences triggers the "Error" result. Basically I want to either create a
pop-up box (which I know how to do), or change the font color to alert the
user to an input mistake.

=IF(OR($F$83$F$84,$F$83$G$83,$F$83$F$89,$F$83<$ E$83),"Error","")

Thanks
FG

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
evaluate afdmello Excel Worksheet Functions 3 May 16th 10 09:11 PM
Using IF statement to evaluate Greater or Less than Conditions Shams Excel Discussion (Misc queries) 2 April 3rd 08 04:49 PM
Multiple Conditions for IF statement to evaluate Bees*Stars Excel Worksheet Functions 1 March 13th 07 10:20 PM
IF statement to evaluate time data Daren Excel Programming 10 October 22nd 06 01:42 AM
Select Case Statement does not evaluate Jeff[_44_] Excel Programming 11 April 6th 05 09:32 PM


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