ankitmishra01
New Member
- Joined
- Oct 14, 2015
- Messages
- 2
Hello,
I am new to MS Excel and I have small question. On Sheet 1, I have the following data (in column order):
[TABLE="width: 500"]
<tbody>[TR]
[TD]Response No[/TD]
[TD]Table No[/TD]
[TD]Survey Date[/TD]
[TD]Constitueny Names (AC)[/TD]
[TD]Mandal Names[/TD]
[TD]Village Names[/TD]
[/TR]
[TR]
[TD](I have data)[/TD]
[TD](I have data)[/TD]
[TD](I have data)[/TD]
[TD]Need to find[/TD]
[TD]Need to find[/TD]
[TD]Need to find[/TD]
[/TR]
</tbody>[/TABLE]
On Sheet 2, I have the following data (column order):
[TABLE="width: 500"]
<tbody>[TR]
[TD]Constitueny Names (AC)[/TD]
[TD]Mandal Names[/TD]
[TD]Village Names[/TD]
[TD]Table No.[/TD]
[TD]Survey Start Date[/TD]
[TD]Survey End Date[/TD]
[/TR]
[TR]
[TD](I have data)[/TD]
[TD](I have data)[/TD]
[TD](I have data)[/TD]
[TD](I have data)[/TD]
[TD](I have data)[/TD]
[TD](I have data)[/TD]
[/TR]
</tbody>[/TABLE]
ISSUE:
I need to use an excel formula to find the missing information in Sheet 1:
Constitueny Names (AC) (Need to find)
Mandal Names (Need to find)
Village Names (Need to find)
The information is in Sheet 2. I have tried to use the VOOKUP formula:=VLOOKUP(B1,Sheet2!A2:F2225,1,FALSE)
This formula is producing an error. Can anyone help with this?
Thank you in advance,
I am new to MS Excel and I have small question. On Sheet 1, I have the following data (in column order):
[TABLE="width: 500"]
<tbody>[TR]
[TD]Response No[/TD]
[TD]Table No[/TD]
[TD]Survey Date[/TD]
[TD]Constitueny Names (AC)[/TD]
[TD]Mandal Names[/TD]
[TD]Village Names[/TD]
[/TR]
[TR]
[TD](I have data)[/TD]
[TD](I have data)[/TD]
[TD](I have data)[/TD]
[TD]Need to find[/TD]
[TD]Need to find[/TD]
[TD]Need to find[/TD]
[/TR]
</tbody>[/TABLE]
On Sheet 2, I have the following data (column order):
[TABLE="width: 500"]
<tbody>[TR]
[TD]Constitueny Names (AC)[/TD]
[TD]Mandal Names[/TD]
[TD]Village Names[/TD]
[TD]Table No.[/TD]
[TD]Survey Start Date[/TD]
[TD]Survey End Date[/TD]
[/TR]
[TR]
[TD](I have data)[/TD]
[TD](I have data)[/TD]
[TD](I have data)[/TD]
[TD](I have data)[/TD]
[TD](I have data)[/TD]
[TD](I have data)[/TD]
[/TR]
</tbody>[/TABLE]
ISSUE:
I need to use an excel formula to find the missing information in Sheet 1:
Constitueny Names (AC) (Need to find)
Mandal Names (Need to find)
Village Names (Need to find)
The information is in Sheet 2. I have tried to use the VOOKUP formula:=VLOOKUP(B1,Sheet2!A2:F2225,1,FALSE)
This formula is producing an error. Can anyone help with this?
Thank you in advance,