Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a workbook with 2 spreadsheets, I want to create an if statment that
does the following..... in workbook 2 cell A,if workbook 2 cell J contains the letter c then put cell g from workbook c else null.... How can this be done?? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Correction
If workbook 1 cell J contains the letter C then put cell G from workbook 1 in workbook 2 cell a else null. "Lweiss" wrote: I have a workbook with 2 spreadsheets, I want to create an if statment that does the following..... in workbook 2 cell A,if workbook 2 cell J contains the letter c then put cell g from workbook c else null.... How can this be done?? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
Assuming that you want to compare values in row 1, try this formula in cell A1 in sheet2. =IF(Sheet1!J1="C";Sheet1!G1;"") Regards, Per "Lweiss" skrev i meddelelsen ... Correction If workbook 1 cell J contains the letter C then put cell G from workbook 1 in workbook 2 cell a else null. "Lweiss" wrote: I have a workbook with 2 spreadsheets, I want to create an if statment that does the following..... in workbook 2 cell A,if workbook 2 cell J contains the letter c then put cell g from workbook c else null.... How can this be done?? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
If Statments | Excel Discussion (Misc queries) | |||
AND OR IF Statments | Excel Worksheet Functions | |||
IF statments and ranges | Excel Worksheet Functions | |||
If Statments containing letters | Excel Discussion (Misc queries) | |||
Conditional statments. | Excel Discussion (Misc queries) |