Help for a newcomer needed please.

kins

Board Regular
Joined
Jul 26, 2010
Messages
157
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:eek:ffice:eek:ffice" /><o:p> </o:p>
Firstly, I am new to the forum, so hello.<o:p></o:p>
<o:p> </o:p>
<o:p> </o:p>
Secondly, and most importantly, I would like some help please. I am trying to write a formula in Excel but am have a little difficulty. I have tried ‘IF’ statements and also ‘Vlookups’ and ‘IF’ statements, but neither are working. Basically, what I am trying to do is find out if a worker from the main sheet is on another sheet showing as active, then I want to show the text active. If they aren’t on the sheet the I want to show “inactive”. I want this to be dragged down a full list of employees. I have tried the following =IF(A14='Employee List'!B14:B35,"Active","Not Active"). This works for the first cell but doesn’t work when the formula is dragged down. <o:p></o:p>
<o:p> </o:p>
I hope I have explained myself well. If not, I am happy to answer any further.<o:p></o:p>
<o:p> </o:p>
<o:p> </o:p>
Many thanks in advance.<o:p></o:p>
<o:p> </o:p>
<o:p> </o:p>
Kins.<o:p></o:p>
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
No worries.

Always a pleasure to assist the colonials

Very Good. :LOL:

Following on from the formula you gave me, can I just ask, what does the 'ISERROR' element of the formula mean/do? It's one things being able to achieve my task, but I would like to understand the formula going forward.


Thanks in advance.


Kins.
 
Upvote 0
If vlookup() doesnt find the target value, it will return #n/a - an error.

Iserror checks for errors (#n/a is just one type) - you could equally use IsNa, or Iserr.
 
Upvote 0

Forum statistics

Threads
1,214,833
Messages
6,121,865
Members
449,052
Latest member
Fuddy_Duddy

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top