Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 2
Post IF(OR statement not working

=IF(OR(ISNUMBER(MATCH(H3,PastLoad!$H3,0))*MATCH(F3 ,PastLoad!$F3,0)),"","NEW")

Can't figure out how to get a text-numeric value to match in an If(or statement. Pretty sure its something so simple that someone with more experience with me will recognize immediately.

Thanks.

attachment included
  #2   Report Post  
Junior Member
 
Posts: 2
Unhappy

[quote=AndersonJameson;1614071]=IF(OR(ISNUMBER(MATCH(H3,PastLoad!$H3,0))*MATCH(F3 ,PastLoad!$F3,0)),"","NEW")

Sorry, my the simple excel spreadsheet I tried to upload was to large to upload to this site even when zipped.
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 56
Default IF(OR statement not working

=IF(OR(ISNUMBER(MATCH(H3,PastLoad!$H3,0))*MATCH(F3 ,PastLoad!$F3,0)),"","NEW")

The post doesn't say much about the objective or about what's going wrong, but if I had to make a wild guess maybe this would help:

=IF(OR(ISNUMBER(MATCH(H3,PastLoad!$H3,0)),
ISNUMBER(MATCH(F3,PastLoad!$F3,0))),"","NEW")
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
SQL statement not working Michelle Excel Programming 2 March 2nd 09 05:23 PM
IF Statement not working Barrett M Excel Worksheet Functions 8 May 6th 08 03:29 PM
IF statement not working TJAC Excel Discussion (Misc queries) 2 January 13th 06 01:08 PM
If statement not working excelnut1954 Excel Programming 6 December 15th 05 09:38 PM
If statement not working right TimT Excel Programming 2 July 11th 05 06:18 PM


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