Automatic Fill By formula

lalro143

New Member
Joined
May 30, 2014
Messages
39
Hi,

Can you suggest me how to automatically fill one column based on condition.

Condition:

Col ACol BCol C
56openOpen
56duplicateOpen
56duplicateOpen
56duplicateOpen
78ClosedClosed
78duplicateClosed
78duplicateClosed
78duplicateClosed
78duplicateClosed
<colgroup><col width="64" style="width: 48pt;" span="3"> <tbody> </tbody>

I want to fill col C which is based on condition like shown above
if col A having same number with different status like 56 with 4 status in col B, I want col c will be filled with other status apart from "duplicate" like "open". Pls suggest how to fill col C with Formula
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
.
.

In cell C2, enter this formula:

=VLOOKUP(A2,A:B,2,FALSE)

Then autofill down to the last row of data.
 
Upvote 0
Thanks for the reply...but what if case is below :-

<form name="vbform" style="margin: auto auto 1em;" onsubmit="return vB_Editor['vB_Editor_001'].prepare_submit(0, 1)" action="newreply.php?do=postreply&t=807196" method="post"> Col A</form>Col BCol C
56duplicateOpen
56duplicateOpen
56OpenOpen
56duplicateOpen
78duplicateClosed
78closedClosed
78duplicateClosed
78duplicateClosed
78duplicateClosed
<colgroup><col width="81" style="width: 61pt; mso-width-source: userset; mso-width-alt: 2962;"> <col width="77" style="width: 58pt; mso-width-source: userset; mso-width-alt: 2816;"> <col width="69" style="width: 52pt; mso-width-source: userset; mso-width-alt: 2523;"> <tbody> </tbody>
 
Upvote 0

Forum statistics

Threads
1,214,649
Messages
6,120,732
Members
448,987
Latest member
marion_davis

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