+ Reply to Thread
Results 1 to 2 of 2

IFNUMBER automatically update

  1. #1
    Registered User
    Join Date
    10-10-2013
    Location
    Rakovnik
    MS-Off Ver
    Excel 2007
    Posts
    25

    IFNUMBER automatically update

    Hi everyone,
    let's say I have 2 columns, A&B, A-containing just numbers and B-containing numbers,"Yes" and "No" which I want to update permanently. Is there any way to crate in another 2 columns, C&D which will update automatically only if in B i have a number(but without living spaces between rows). I'll give an example:
    A B C D
    10 Yes 20 18000
    20 18000 40 25000
    30 No
    40 25000
    50 No

    And if I want to add now in A&B, C&D to update automatically only if in B I have a number:
    A B C D
    10 Yes 20 18000
    20 18000 40 25000
    30 No 60 22000
    40 25000
    50 No
    60 22000

    I already tried: =IFERROR(INDEX($B$1:$B$10,SMALL(IF(ISNUMBER($B$1:$B$10),ROW($B$1:$B$10)),ROWS(D$1:D1))-ROW($B$1)+1),"") but is making the file to heavy. Is there any simple solution without using macros?

    Thanks ExcelMasters

  2. #2
    Forum Expert
    Join Date
    09-01-2012
    Location
    Norway
    MS-Off Ver
    Office 365
    Posts
    2,844

    Re: IFNUMBER automatically update

    If you use your formula in a helper column to just get the row number and then use INDEX in C and D to get the values, the calculation should be about half as much.
    <----- If you were helped by my posts you can say "Thank you" by clicking the star symbol down to the left

    If the problem is solved, finish of the thread by clicking SOLVED under Thread Tools
    I don't wish to leave you with no answer, yet I sometimes miss posts. If you feel I forgot you, remind me with a PM or just bump the thread.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Staff Schedule (Match, Index, IFNUMBER, ) I think i've over complicated it?
    By Motoxboi26 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-04-2013, 11:01 PM
  2. [SOLVED] IFNUMBER - Return 'Yes' or 'No' rather than 'True' or 'False'?
    By RuthieBuxton in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-09-2013, 12:10 PM
  3. Automatically update
    By nburns in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-28-2012, 12:03 PM
  4. [SOLVED] LARGE function with an IFNUMBER
    By EXCEL PFMT in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 10-08-2012, 11:53 AM
  5. Automatically update existing data using a Update command button
    By 9999335 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-23-2012, 09:46 PM

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