LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default IF(ISERROR function


Hello,
I am haveing a problem using the IF(ISERROR function.
can anyone help

I am loading data with code. so i want to make it as generic as possible.

I have on 1 sheet, named cells with a checkbox in them.
on another sheet i want to put an x in a cell if the checkbox is checked.

but not ever cell will have an associated checkbox.

so I am thinking of using the IF(ISERROR function.

The basic formula is: =IF(Job_design,"X","")
Job_design being a named cell with T/F. and there are other named cells
loaded at runtime


I have tried the following
IF(ISERROR(Job_design,"X",""),"X",(Job_design,"X", ""))
and
IF(ISERROR(Job_design),"X",(Job_design,"X",""))

I am trying to say, If there is a Job_design then do the formula
(Job_design,"X","").
If there is not a job_design, just put an X.

can anyone help

thanks


 
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
ISERROR function Gotroots Excel Worksheet Functions 2 January 6th 10 01:21 PM
Excel ISERROR function MarkD Excel Worksheet Functions 1 December 12th 05 10:13 PM
ISERROR function Len Excel Programming 5 April 21st 05 02:30 AM
how do I write a vlookup function within an iserror function so t. JBLeeds Excel Worksheet Functions 2 March 16th 05 10:30 AM
IsError Function Markus Scheible[_2_] Excel Programming 8 January 26th 05 03:46 PM


All times are GMT +1. The time now is 06:18 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"