+ Reply to Thread
Results 1 to 2 of 2

Formula not working. Please help

Hybrid View

  1. #1
    Registered User
    Join Date
    10-24-2006
    Posts
    9

    Question Formula not working. Please help

    I have a worksheet with Local and Natl in the same column, I have have created an empy column and want the formula to give me a L if D6 says Local and a N if it says Natl but leave a blank if niether.

    Please help

    Thanks

  2. #2
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Try

    =IF(ISBLANK(D6),"",IF(D6="Local","L",IF(D6="Natl","N","")))

    VBA Noob

+ Reply to Thread

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