![]() |
#1
|
|||
|
|||
![]()
Hello,
with Strg+Arrowkey you can jump to the start or the end where data is in cells. When you insert a Formular this doesn't work anymore - so i thought it's the Formular and tried to kopy the whole column and inserted it with only values (now there is no Formular in the cells -> like it was written manually). Suprisengly it still did not work. Maybe you have a hint. ![]() Thanks, Daniel |
#2
|
||||
|
||||
![]()
"Strg" must be short for something in German, Daniel. It sounds like you're describing what happens with <Alt-End,<arrow>>; if the active cell contains data, it moves in the direction of the arrow until it comes to an empty cell, and vice versa.
If that's what you're talking about, you'll have to tell more than "doesn't work". What does it do...exactly? |
#3
|
|||
|
|||
![]()
Sorry "Strg" means "Ctrl".
E.g.: The cell A1 is selected i press Ctrl+Arrowkeydown and it jumps to A2 (the last cell where there is still data without interrupt by empty cells). Next Ctrl+Arrowkeydown it jumps to A4 (begin of data) then A6 (end of data). In the colomn C and D this doesn't work. It jumps from C1/D1 to C9/D9 without stopping at the data inbetween (it should stop at C4/D4). From Microsoft: "CTRL+ARROW KEY moves to the edge of the current data region in a worksheet." https://support.office.com/en-us/art...9-9b7213f0040f |
#4
|
|||
|
|||
![]()
From the picture in your original post I read it as you have formulas in C2:C9. If that is correct Excel doesn't stop before C9 because there are no real empty cells between C2 and C9.
|
#5
|
|||
|
|||
![]()
Xor thank's for the hint, got it now. The cells are not truely empty and there is no way to do this by a formular.
You can do it by VBA however: Sub Empty_Cells() Dim SomeRange As Range Set SomeRange = Range("D2 ![]() For Each Cell In SomeRange If (Cell.Value = "") Then Cell.ClearContents Next End Sub |
#6
|
|||
|
|||
![]()
Not by formula. If you have your formula in C9 and copy and paste as values in D9 then try in an empty cell to enter =ISBLANK(D9)
You may be able to do what you want by means of VBA. |
#7
|
|||
|
|||
![]()
Yes you are right ISBLANK Returns false meaning it's not truely blank/empty for Excel. This only seems to work by Object.ClearContents by VBA.
|
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Navigation pane | BeverlyB | Word | 1 | 09-29-2014 12:10 PM |
Navigation pane | BeverlyB | Word | 2 | 09-18-2014 12:01 PM |
![]() |
windseaker | Word | 2 | 04-25-2014 10:34 AM |
Navigation Pane | savo | Word | 2 | 04-17-2013 07:14 AM |
![]() |
eNGiNe | Word | 5 | 02-06-2012 12:58 PM |