ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Populate a cell if values in cell 1 and cell 2 match cell 3 and 4 (https://www.excelbanter.com/excel-programming/415934-populate-cell-if-values-cell-1-cell-2-match-cell-3-4-a.html)

[email protected]

Populate a cell if values in cell 1 and cell 2 match cell 3 and 4
 
I need help with a formula please. I need to search through a column
of data and populate a cell if it meets a condition. For example:

IF FirstWorksheet!A2 = SecondWorksheet!ColumnAx and
FirstWorksheet!B2 = SecondWorksheet!ColumnBx
Then populate SecondWorksheet!Cx with value from FirstWorksheet!C2

I have to match up a column of data in one worksheet with data in 2
columns in another worksheet.

Help plz. Thanks

T-

TomPl

Populate a cell if values in cell 1 and cell 2 match cell 3 and 4
 
One solution would be to add a column before your current column "A" on both
worksheets. In the new column "A" insert the formula =Concatenate(B1,C1).
Then in the second workbook you could use a vlookp formula like:
=vlookup(A1,FirstWorksheet!A:D,3,false).

?

" wrote:

I need help with a formula please. I need to search through a column
of data and populate a cell if it meets a condition. For example:

IF FirstWorksheet!A2 = SecondWorksheet!ColumnAx and
FirstWorksheet!B2 = SecondWorksheet!ColumnBx
Then populate SecondWorksheet!Cx with value from FirstWorksheet!C2

I have to match up a column of data in one worksheet with data in 2
columns in another worksheet.

Help plz. Thanks

T-



All times are GMT +1. The time now is 04:18 PM.

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