+ Reply to Thread
Results 1 to 3 of 3

Formatting of numbers affecting formulas

  1. #1
    Forum Contributor
    Join Date
    06-20-2012
    Location
    Derby
    MS-Off Ver
    Excel 2010
    Posts
    383

    Formatting of numbers affecting formulas

    Hi All,

    I'm not sure how to resolve this issue. On the attached book, on the Data sheet, F2 contains a formula that should produce a '1'.

    The formula is =IF(OR(E2=Transactions!$C$2,),COUNT(F$1:F1)+1,"")

    The data it's looking at is originally from an Access table and it isn't producing a value in F2.

    If I simply type the figures I need it to assess and put the same formula in I2 then it does produce the answer I want. Therefore I thought it was perhaps something to do with the formatting of the original data.

    Any thoughts as to what the problem could be?
    Attached Files Attached Files

  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: Formatting of numbers affecting formulas

    In column D you get a text, using left function. Not a number.

    So in D2 and copy down use this.

    =IFERROR(LEFT(C5,4)+0,"")

    In F2, this one

    =IF(D2=Transactions!$C$2,COUNT(F$1:F1)+1,"")
    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
    Forum Contributor
    Join Date
    06-20-2012
    Location
    Derby
    MS-Off Ver
    Excel 2010
    Posts
    383

    Re: Formatting of numbers affecting formulas

    I see,

    Thank you. That solves a lot of problems

+ 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