Forum Discussion
How to autofill the adjacent column with desired values (from down to up)
HI,
I am having difficulty by downloaded data from SAP. I get some dumm format.
I need to fill out adjacent column for easy use of Pivot tables.
Can someone help?
See the attached document you will understand what I want.
Thanks in advance!
Hi Ubaid,
With Power Query
Stay within table, Data->From Table/Range; in query editor Transform->Fill Up; load table back to Excel sheet. See attached.
6 Replies
- erol sinan zorluIron Contributor
Alternatively;
You can select your range and use Find & Select-->Go to special and from the new window select Blanks. You will have all the blank cells selected. Enter =A6 if the selected first cell is A5 and press CTRL+ENTER. this will enter same formula to all selected blank cells which will cause them to display value below them.
- SergeiBaklanDiamond Contributor
I guess that's exactly what Detlef_Lewin suggested
- Detlef_LewinSilver Contributor
Hi
Load the table into Power Query and use FillUp on Column1. Close and load the table into the worksheet.
Or select A5:A23. Press F5. Click on "Special". Click on "Empty Cells". OK.
Type a = follwed by CURSOR DOWN and enter with CTRL ENTER.
- Ubaid ur RahmanBrass ContributorThanks Detlef for helping out!
- SergeiBaklanDiamond Contributor
Hi Ubaid,
With Power Query
Stay within table, Data->From Table/Range; in query editor Transform->Fill Up; load table back to Excel sheet. See attached.
- Ubaid ur RahmanBrass ContributorThanks Sergei!