ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   What's wrong in this Eqn? (https://www.excelbanter.com/excel-worksheet-functions/253143-whats-wrong-eqn.html)

RAZ

What's wrong in this Eqn?
 
=IF(OR(TABLE!U6="",ISERROR(TABLE!U6)),"",TABLE!U6)

this is placed in a different sheet.
I want this Eqn to check if the value in Cell U6 of sheet "TABLE" is blank
or and error, and return blank if true. otherwise copy value.

Mike H

What's wrong in this Eqn?
 
Raz,

Do it this way

=IF(ISERROR(Table!U6),"",IF(Table!U6<"",Table!U6, ""))

Mike

"Raz" wrote:

=IF(OR(TABLE!U6="",ISERROR(TABLE!U6)),"",TABLE!U6)

this is placed in a different sheet.
I want this Eqn to check if the value in Cell U6 of sheet "TABLE" is blank
or and error, and return blank if true. otherwise copy value.



All times are GMT +1. The time now is 10:55 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com