please help me tio find formula

Jagat Pavasia

Active Member
Joined
Mar 9, 2015
Messages
359
Office Version
  1. 2021
Platform
  1. Windows
ABCDEFGH
1RaviRavi
2maheshmahesh
3maheshKalpesh
4Ravi
5Kalpesh
6Ravi
7Ravi
8Kalpesh
9Mahesh
10
11

<tbody>
</tbody>

The 'A" raw has a name of people. I want the name in "F" raw.
If raw "A" found new name than also typed in to "F" line.


give formula for "F" line.

the name should display in "F" only single entry, even ""A" have same name many times typed.
 
Last edited:

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
How about

Excel 2013/2016
ABCDEF
2RaviRavi
3maheshmahesh
4maheshKalpesh
5Ravi
6Kalpesh
7Ravi
8Ravi
9Kalpesh
10Mahesh
data
Cell Formulas
RangeFormula
F2{=IFERROR(INDEX(A$2:A$10,MATCH(0,COUNTIFS(F$1:F1,A$2:A$10),0)),"")}
Press CTRL+SHIFT+ENTER to enter array formulas.
 
Upvote 0
You're welcome & thanks for the feedback
 
Upvote 0

Forum statistics

Threads
1,214,659
Messages
6,120,786
Members
448,992
Latest member
prabhuk279

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