FuzzyExcel
New Member
- Joined
- Aug 1, 2017
- Messages
- 3
Hi all,
Thank you in advance for any help offered. I don't think what I'm trying to do is even possible.
So I have a vlookup that looks for a software installed on a PC and if the software is installed it returns Yes and if not installed it returns No. On sheet 1 I have the PC names listed in column A and the software name I'm looking for is listed in the table header going from B to G. When I enter the following formula in B2 and fill across it works brilliantly =IF(ISNA(VLOOKUP(B1,'Installed Software List'!$E$3:$E$98,1,FALSE)),"No","Yes")
But what i would also like to do is be able to fill down and the table array change from $E$3:$E$98 to $f$3:$f$98 and so on.
Sheet 1 looks like this
[TABLE="width: 500"]
<tbody>[TR]
[TD="align: center"]A
[/TD]
[TD="align: center"]B
[/TD]
[TD="align: center"]C
[/TD]
[TD="align: center"]D
[/TD]
[/TR]
[TR]
[TD]PC Name
[/TD]
[TD]Adobe
[/TD]
[TD]Project
[/TD]
[TD]Snagit
[/TD]
[/TR]
[TR]
[TD]PC001
[/TD]
[TD]Yes
[/TD]
[TD]Yes
[/TD]
[TD]No
[/TD]
[/TR]
[TR]
[TD]PC002
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]PC003
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Sheet 2 (Installed Software List)
[TABLE="width: 500"]
<tbody>[TR]
[TD="align: center"]E
[/TD]
[TD="align: center"]F
[/TD]
[TD="align: center"]G
[/TD]
[/TR]
[TR]
[TD="align: center"]PC001
[/TD]
[TD="align: center"]PC002
[/TD]
[TD="align: center"]PC003
[/TD]
[/TR]
[TR]
[TD]Installed Software
[/TD]
[TD]Installed Software[/TD]
[TD]Installed Software[/TD]
[/TR]
[TR]
[TD]Adobe
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Project
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]IE
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Again I don't think this is possible using the formula i'm using. I'm not that good with Excel so any help/advice is greatly appriciated.
Thank you.
Thank you in advance for any help offered. I don't think what I'm trying to do is even possible.
So I have a vlookup that looks for a software installed on a PC and if the software is installed it returns Yes and if not installed it returns No. On sheet 1 I have the PC names listed in column A and the software name I'm looking for is listed in the table header going from B to G. When I enter the following formula in B2 and fill across it works brilliantly =IF(ISNA(VLOOKUP(B1,'Installed Software List'!$E$3:$E$98,1,FALSE)),"No","Yes")
But what i would also like to do is be able to fill down and the table array change from $E$3:$E$98 to $f$3:$f$98 and so on.
Sheet 1 looks like this
[TABLE="width: 500"]
<tbody>[TR]
[TD="align: center"]A
[/TD]
[TD="align: center"]B
[/TD]
[TD="align: center"]C
[/TD]
[TD="align: center"]D
[/TD]
[/TR]
[TR]
[TD]PC Name
[/TD]
[TD]Adobe
[/TD]
[TD]Project
[/TD]
[TD]Snagit
[/TD]
[/TR]
[TR]
[TD]PC001
[/TD]
[TD]Yes
[/TD]
[TD]Yes
[/TD]
[TD]No
[/TD]
[/TR]
[TR]
[TD]PC002
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]PC003
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Sheet 2 (Installed Software List)
[TABLE="width: 500"]
<tbody>[TR]
[TD="align: center"]E
[/TD]
[TD="align: center"]F
[/TD]
[TD="align: center"]G
[/TD]
[/TR]
[TR]
[TD="align: center"]PC001
[/TD]
[TD="align: center"]PC002
[/TD]
[TD="align: center"]PC003
[/TD]
[/TR]
[TR]
[TD]Installed Software
[/TD]
[TD]Installed Software[/TD]
[TD]Installed Software[/TD]
[/TR]
[TR]
[TD]Adobe
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Project
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]IE
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Again I don't think this is possible using the formula i'm using. I'm not that good with Excel so any help/advice is greatly appriciated.
Thank you.