+ Reply to Thread
Results 1 to 3 of 3

Data Analysis

Hybrid View

  1. #1
    Registered User
    Join Date
    09-16-2007
    Posts
    42

    Data Analysis

    Hello ,
    I have a workbook e.g. A.

    I have another workbook ..B.

    A is continuously updated...ie figures in cell references.

    This updated figures are then changed on the same cell references in worksheet B, so in effect B then becomes a mirror of A including the totals for each row and column.

    How can i check the data in each column is reflected correctly in each column of B, since there are over 2000 rows...

    i remember seeing a formula starting with =chk but don't know the rest of the parameters...

    I guess i would need to lable the column to the right of the data with the word check....(yes /no??) but can't seem to find this in text books but I know it exists..

    Can someone help me.....surely I can't keep scrolling up and down each of the sheets that many rows....

    In addition How can I lookup and compare the data to check,,,,i presume it should be =iflookup....

    Also what does '' '' mean in lookup?

  2. #2
    Forum Contributor corinereyes's Avatar
    Join Date
    12-02-2003
    Location
    Philippines
    MS-Off Ver
    MS Excel 2016
    Posts
    520
    Hi ghadir14,

    Can you attach a simple example of a xl file so others can clearly understand your query.
    Corine

  3. #3
    Forum Contributor
    Join Date
    10-27-2006
    Location
    United Kingdom
    MS-Off Ver
    EXCEL 2003 (2007 at home)
    Posts
    517
    Assume list A is in Cells A1 to A600, list B is in B1 to B600
    Type the following into a conveinent empty cell:
    =IF(AND((A1:A600)=(B1:B600)),"OK","Error")
    press Ctrl Shift Enter (i.e the Ctrl key and the Shift Key and the Enter key all at the same time).

    This tells EXCEL that this is an "array formula" thus it works out as:
    =IF(AND((A1=B1),(A2=B2),...,(A600=B600)),"OK","Error")

    Mark.

+ 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