+ Reply to Thread
Results 1 to 2 of 2

Creating function to insert data based on criteria

  1. #1
    Tami
    Guest

    Creating function to insert data based on criteria

    I have a spreadsheet with three columns and numerous rows. If Column B meets
    a certain criteria, and Column C meets a certain criteria, I'd like the
    reference number in Column A to be inputted into a different part of the
    spreadsheet. How do I do this?

  2. #2
    Dave F
    Guest

    RE: Creating function to insert data based on criteria

    =IF(B1=Criteria,if(C1=Criteria,A1,""))
    --
    Brevity is the soul of wit.


    "Tami" wrote:

    > I have a spreadsheet with three columns and numerous rows. If Column B meets
    > a certain criteria, and Column C meets a certain criteria, I'd like the
    > reference number in Column A to be inputted into a different part of the
    > spreadsheet. How do I do this?


+ 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