+ Reply to Thread
Results 1 to 2 of 2

please solve the problem

  1. #1
    Registered User
    Join Date
    02-23-2006
    Posts
    3

    Thumbs down please solve the problem

    i have 2 workshets

    1st one is for puchases
    2nd one is for sales

    now i want to open the 3rd sheet as stock. when i enter the sales
    it is automatically show values in stock file.

    any one tell me which can i uses the functions.

  2. #2
    flummi
    Guest

    Re: please solve the problem

    Hope I get you right.

    Stock on sheet "Stock":

    prod stock
    abc 13
    abb 44
    edd 33
    gdd 66
    uhh 16

    Sales on sheet "Sales":

    prod sales Stock
    aaa 15 0
    abb 22 44
    err 19 0
    dddf 30 0

    Formula in column C for finding stocks:
    =IF(ISNA(VLOOKUP(A2;Stock!$A$2:$B$6;2;FALSE));0;VLOOKUP(A2;Stock!$A$2:$B$6;2;FALSE))

    You may have to replace the semicolons with commas.

    Hans


+ 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