Superstar31
Active Member
- Joined
- Nov 10, 2005
- Messages
- 496
Not sure how to word this, so i'll first port my formula
=IF(ISNUMBER(E129)*not(ISERROR(E129)),'LCDM Revised'!H129,"")
To me my formula reads is there a number in e129? Yes
Is there a error message in e129? NO
OK, since there is a number and no error message, copy h129 to my location
Now my formula works if there is no error message, but if there is a error message it still gives me line h129
I've even tried, changing "NOT" to "AND" but no matter what I try, I get a number even if there is an error message? anyone got any ideas? or where I can look for some?
Also, where can i find a list of all variables? like *,/,+,- and all the if statements i can think of?
Thanks
Almost forgot using Excel 2000
=IF(ISNUMBER(E129)*not(ISERROR(E129)),'LCDM Revised'!H129,"")
To me my formula reads is there a number in e129? Yes
Is there a error message in e129? NO
OK, since there is a number and no error message, copy h129 to my location
Now my formula works if there is no error message, but if there is a error message it still gives me line h129
I've even tried, changing "NOT" to "AND" but no matter what I try, I get a number even if there is an error message? anyone got any ideas? or where I can look for some?
Also, where can i find a list of all variables? like *,/,+,- and all the if statements i can think of?
Thanks
Almost forgot using Excel 2000