Is it possible to move this info over a column?

TCyber

New Member
Joined
Sep 12, 2023
Messages
18
Office Version
  1. 365
Platform
  1. Windows
  2. Web
I created a pivot table and have several lines that look like the example; I would like to slide the cells that start with V over to Column B but maintain their positions in correlation with the cells that start with three letters. Is it possible to do this in a pivot table or do I need to copy and paste the data to a sheet and work on it there?
CCI-000015
V-222407
DDC-000017
V-222411
CCI-000018
V-2fasdasd
V-122313
V-222432
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
Try this maybe.
Book1
ABCD
1Pivot
2 CCI-000015
3V-222407V-222407
4DDC-000017
5V-222411V-222411
6CCI-000018
7V-2fasdasdV-2fasdasd
8V-122313V-122313
9V-222432V-222432
Sheet1
Cell Formulas
RangeFormula
B2:B9B2=IF(LEFT(D2:D9,1)="V",D2:D9,"")
Dynamic array formulas.
 
Upvote 0
Solution

Forum statistics

Threads
1,224,607
Messages
6,179,871
Members
452,949
Latest member
Dupuhini

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