Results 1 to 8 of 8

Adding IF(ISERROR) to multiple and non-sequential cell references

Threaded View

  1. #1
    Registered User
    Join Date
    12-19-2008
    Location
    CA
    Posts
    64

    Adding IF(ISERROR) to multiple and non-sequential cell references

    Is there an easy way to change

    ='Week 1'!$D$21
    ='Week 1'!$D$30
    ='Week 1'!$D$39
    ='Week 2'!$D$21
    ='Week 2'!$D$30
    ='Week 2'!$D$39

    to

    =IF(ISERROR('Week 1'!$D$21), "", ('Week 1'!$D$21))
    =IF(ISERROR('Week 1'!$D$30), "", ('Week 1'!$D$30))
    =IF(ISERROR('Week 1'!$D$39), "", ('Week 1'!$D$39))
    =IF(ISERROR('Week 2'!$D$21), "", ('Week 2'!$D$21))
    =IF(ISERROR('Week 2'!$D$30), "", ('Week 2'!$D$30))
    =IF(ISERROR('Week 2'!$D$39), "", ('Week 2'!$D$39))

    Without having to change each one by hand?

    There is a pattern to the numbers.
    There are 5 weeks, rows 12, 21, 30, 39, 48 in columns D,I,N,S,X

    Thanks!
    ~Lizabeta
    Last edited by Lizabeta; 07-06-2009 at 05:39 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1