ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Large Formula Combination Trouble (https://www.excelbanter.com/excel-worksheet-functions/131124-large-formula-combination-trouble.html)

ihatetheredskins

Large Formula Combination Trouble
 
I will create the scenario to better help explain.

On Tab 1 I have Column A and B
On Tab 2 I have Column C and D

I want to take the value from the cell in column A with in Tab 1
Find that text in Tab 2.
If found then in Tab 2 column C then in column D insert the value from Tab 1
column B

Is this possible? Could someone show me how? I have learned allot in Excel
but this one is trumping me. Thank you for any help you may give.

JE McGimpsey

Large Formula Combination Trouble
 
One way:

Tab2, Column D:

D1: =IF(ISNA(MATCH(C1, Tab2!A:A, FALSE)), "", VLOOKUP(C1, Tab2!A:B,
2, FALSE))

Note that worksheet functions can't insert values in other cells.

In article ,
ihatetheredskins wrote:

I will create the scenario to better help explain.

On Tab 1 I have Column A and B
On Tab 2 I have Column C and D

I want to take the value from the cell in column A with in Tab 1
Find that text in Tab 2.
If found then in Tab 2 column C then in column D insert the value from Tab 1
column B

Is this possible? Could someone show me how? I have learned allot in Excel
but this one is trumping me. Thank you for any help you may give.



All times are GMT +1. The time now is 12:43 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com