+ Reply to Thread
Results 1 to 4 of 4

Matching cell information

  1. #1
    Wato2
    Guest

    Matching cell information

    I am trying to setup a work sheet so that when we weigh cattle, I can enter a
    number into a cell and this then matches to a breed, eg. Enter '1', this
    should be 'Murrey Grey female'.

    I have setup the page and on another worksheet I have listed the breeds and
    sexes in a numerical order going down columns; however, I don't know how to
    get the cell to recognise that 1 equals Murrey Grey female

    There are a total of 23 breeds with each breed having both female and males.
    --
    Thanks for any help that can be offered,

    Wato2

  2. #2
    Bondi
    Guest

    Re: Matching cell information


    Wato2 wrote:
    > I am trying to setup a work sheet so that when we weigh cattle, I can enter a
    > number into a cell and this then matches to a breed, eg. Enter '1', this
    > should be 'Murrey Grey female'.
    >
    > I have setup the page and on another worksheet I have listed the breeds and
    > sexes in a numerical order going down columns; however, I don't know how to
    > get the cell to recognise that 1 equals Murrey Grey female
    >
    > There are a total of 23 breeds with each breed having both female and males.
    > --
    > Thanks for any help that can be offered,
    >
    > Wato2


    Hi Wato2,

    I'm not really sure what you are looking for but it sounds like you can
    use the VLOOKUP() function.
    On this link there is a really good guide to using it:

    http://www.contextures.com/xlFunctions02.html

    Good luck,
    Regards,
    Bondi


  3. #3
    Bob Phillips
    Guest

    Re: Matching cell information

    or maybe just INDEX

    =INDEX(Sheet2!A:A,A2)

    and

    =INDEX(Sheet2!B:B),A2)

    where A2 is where the number is entered.

    --
    HTH

    Bob Phillips

    (replace somewhere in email address with gmail if mailing direct)

    "Wato2" <Wato2@discussions.microsoft.com> wrote in message
    news:38154DBC-2A20-4F27-AC53-294EA738A5A2@microsoft.com...
    > I am trying to setup a work sheet so that when we weigh cattle, I can

    enter a
    > number into a cell and this then matches to a breed, eg. Enter '1', this
    > should be 'Murrey Grey female'.
    >
    > I have setup the page and on another worksheet I have listed the breeds

    and
    > sexes in a numerical order going down columns; however, I don't know how

    to
    > get the cell to recognise that 1 equals Murrey Grey female
    >
    > There are a total of 23 breeds with each breed having both female and

    males.
    > --
    > Thanks for any help that can be offered,
    >
    > Wato2




  4. #4
    charles
    Guest

    Re: Matching cell information

    I would use an area around the bottom of my spread sheet and use dsum for
    each different cow Have a column with cow type number in. then set up
    your data base at the bottom for information on that cow type
    charles



    <Wato2@discussions.microsoft.com> wrote in message
    news:38154DBC-2A20-4F27-AC53-294EA738A5A2@microsoft.com...
    > I am trying to setup a work sheet so that when we weigh cattle, I can

    enter a
    > number into a cell and this then matches to a breed, eg. Enter '1', this
    > should be 'Murrey Grey female'.
    >
    > I have setup the page and on another worksheet I have listed the breeds

    and
    > sexes in a numerical order going down columns; however, I don't know how

    to
    > get the cell to recognise that 1 equals Murrey Grey female
    >
    > There are a total of 23 breeds with each breed having both female and

    males.
    > --
    > Thanks for any help that can be offered,
    >
    > Wato2




+ 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