Formula Help

Harini1100

New Member
Joined
Mar 5, 2024
Messages
14
Office Version
  1. 365
  2. 2013
  3. 2010
  4. 2007
Platform
  1. Windows
Hello Guys,

Please help me with the formula for below scenario. Team A is the key and I have more than 12000 rows of data in the work book.

1710419858969.png
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
try this:
insert one column, then:
Mr Excel Questions 75.xlsm
ABC
114569
214569Team ATeam A
3 Team BTeam B
4 Team CTeam C
5  15986
615986Team ATeam A
7 Team BTeam B
8 Team CTeam C
Sheet2
Cell Formulas
RangeFormula
A2:A8A2=IF(ISNUMBER(C2),"",IF(C2="Team A",C1,""))
B2:B8B2=IF(ISNUMBER(C2),"",C2)


Then copy paste as values,
Then delete column C.
 
Last edited:
Upvote 0
Solution

Forum statistics

Threads
1,216,111
Messages
6,128,899
Members
449,477
Latest member
panjongshing

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