Forum Discussion
loganwol
10 years agoMicrosoft Employee
How to check for Infinity value
Hi, I have a table with two columns that represent Upper and Lower Limits for measurement values of a system. The limit values can be valid integer values, Blank or (+/-)Infinity. I want to check...
- Anonymous10 years ago
I think infinite values will read as errors, so ISERROR(TableName[ColumnName]) should do it. Otherwise you could try NOT(ISNUMBER(TableName[ColumnName]))
khuswant89
9 years agoNew Member
thanks for providing the solution. shareit for pc http://forpcguide.com