+ Reply to Thread
Results 1 to 3 of 3

Formula to Insert the No 1 in column b when a number is detected in Column A

  1. #1
    Registered User
    Join Date
    03-28-2012
    Location
    dublin
    MS-Off Ver
    Excel 2003
    Posts
    6

    Question Formula to Insert the No 1 in column b when a number is detected in Column A

    Hi,

    I really need to help with this.

    As the title says I want to insert a 1 into another column (column B) where only where number values are detected in column A. I have tried the function but I want the cells in column B to be empty if text is detected in Column A.
    =IF(ISNUMBER(F4), 1, 0)

    I would be grateful if someone could help. Thanks

    Leinster

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Formula to Insert the No 1 in column b when a number is detected in Column A

    Hi

    Maybe?

    =IF(ISNUMBER(A1),1,"")

    If A1, has a number, then cell=1, or else nothing.
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Registered User
    Join Date
    03-28-2012
    Location
    dublin
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: Formula to Insert the No 1 in column b when a number is detected in Column A

    Thank you. I was using single quotes instead of double.

+ 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