Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() 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. -- somaraju ------------------------------------------------------------------------ somaraju's Profile: http://www.excelforum.com/member.php...o&userid=31846 View this thread: http://www.excelforum.com/showthread...hreadid=515696 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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;VL OOKUP(A2;Stock!$A$2:$B$6;2;FALSE)) You may have to replace the semicolons with commas. Hans |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
problem office assistant | Excel Discussion (Misc queries) | |||
How to solve problem (equal to 0) with unknown value | Excel Discussion (Misc queries) | |||
Excel 2003 Slowness problem in Windows XP | Excel Discussion (Misc queries) | |||
Slight problem automating Excel in a service | Setting up and Configuration of Excel | |||
Dynamic Names can solve my problem? | Excel Worksheet Functions |