+ Reply to Thread
Results 1 to 2 of 2

Comparison or two sheets

  1. #1
    Chuck
    Guest

    Comparison or two sheets

    I need to compare a column in one spreadsheet to another column in a second
    spreadsheet. They will be numbers. I need the difference to be placed in a
    third spreadsheet in the corresponding rows. Would it be better to use
    macros in the cells or to create a VBA program? Since this will be done
    many times with different sheets, I guess creating template (for the third
    sheet) would be best. Any good approaches?



  2. #2
    David
    Guest

    RE: Comparison or two sheets

    Hi Chuck,
    =IF(Sheet2!A1=Sheet1!A1,"",+Sheet1!A1-Sheet2!A1)
    Above compares A1 to A1 sheets Sheet1 and Sheet2, puts a ""(Blank) if they
    are equal and if not it subtracts one value from the other.
    Thanks,


    "Chuck" wrote:

    > I need to compare a column in one spreadsheet to another column in a second
    > spreadsheet. They will be numbers. I need the difference to be placed in a
    > third spreadsheet in the corresponding rows. Would it be better to use
    > macros in the cells or to create a VBA program? Since this will be done
    > many times with different sheets, I guess creating template (for the third
    > sheet) would be best. Any good approaches?
    >
    >
    >


+ 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