+ Reply to Thread
Results 1 to 3 of 3

Not all formulas in a new inserted row (Table) are automatically copied

  1. #1
    Registered User
    Join Date
    11-17-2012
    Location
    Australia
    MS-Off Ver
    Excel 2007
    Posts
    8

    Question Not all formulas in a new inserted row (Table) are automatically copied

    Hi guys,

    A had a several rows with data and I needed excel to automatically copy all the formulas already typed in the other rows every time I inserted a NEW row.
    As suggested in the forum, I made a TABLE from that array because it seemed to be the logical solution,
    But, bizarre, it works except ONE formula and I cant understand why...

    could you please tell me what mistake I make?

    In case it might help, this is the formula it doesnt copy

    =IF((ISBLANK(F28)=TRUE),"NO NAME",IF(ISBLANK(A28)=FALSE,COUNTIF(F28,MAP),"NO CO."))

    nothing really complicated indeed

    Any help is really appreciated
    Many thanks

  2. #2
    Registered User
    Join Date
    11-17-2012
    Location
    Australia
    MS-Off Ver
    Excel 2007
    Posts
    8

    Re: Not all formulas in a new inserted row (Table) are automatically copied

    Solved guys no worries

    (I added that formula AFTER having made the array become a TABLE. I just undid the table, insert the formula, and set it as a table again. I works )

    thanks anyway

  3. #3
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Not all formulas in a new inserted row (Table) are automatically copied

    that formula doesnt make sense
    COUNTIF(F28,MAP)
    doesnt look right!
    do you mean f28="map"
    any way you dont need true/false
    =IF(ISBLANK(F28),"NO NAME",IF(ISBLANK(A28),"NO CO.",COUNTIF(F28,MAP)))

    nad changing the last bit
    =IF(ISBLANK(F28),"NO NAME",IF(ISBLANK(A28),"NO CO.",(f28="map")+0))
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

+ 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