+ Reply to Thread
Results 1 to 4 of 4

Thread: Help with Excel Formulas

  1. #1
    Registered User
    Join Date
    10-30-2006
    Posts
    2

    Help with Excel Formulas

    Hi,
    Im creating a spreadsheet with many worksheets but all links back to one. My Question is, is there a formula that i can use to look at one cell on my main worksheet and if it has the word "Yes" in the cell it copys data from another worksheet and put it in the next cell.

  2. #2
    Forum Guru Carim's Avatar
    Join Date
    04-07-2006
    Posts
    3,999
    Hi,

    It's feasible with an event macro ...
    Can you provide us with more details for a more precise answer ...

    Carim

  3. #3
    Forum Guru
    Join Date
    03-14-2006
    Location
    Pakistan
    Posts
    1,799

    Lightbulb

    Quote Originally Posted by Nightwatcher
    Hi,
    Im creating a spreadsheet with many worksheets but all links back to one. My Question is, is there a formula that i can use to look at one cell on my main worksheet and if it has the word "Yes" in the cell it copys data from another worksheet and put it in the next cell.
    suppose cell A1 in main worksheet contain "Yes" and you want to return data from other worksheet in cell B1 then put in B1

    =IF(A1="Yes",Sheet2!A1,"")
    it will return data from sheet2 cell A1 if cell A1 of main has "Yes" otherwise it will remain blank.

    hope this would help you.

    Regards.

  4. #4
    Registered User
    Join Date
    10-30-2006
    Posts
    2
    thanks for that it worked well.

+ 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.2.0