Hi,
I have two questions...
[TABLE="class: grid, width: 700"]
<tbody>[TR]
[TD][/TD]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[TD="align: center"]B[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]
[TD]
[TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Data 1[/TD]
[TD]=IF(ISBLANK(A1),"","Show something")[/TD]
[TD]Show something[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Data 2[/TD]
[TD]=IF(ISBLANK(A1),"","Show something")[/TD]
[TD]Show something[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Data 3[/TD]
[TD]=IF(ISBLANK(A1),"","Show something")[/TD]
[TD]Show something[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Data 4[/TD]
[TD]=IF(ISBLANK(A1),"","Show something")[/TD]
[TD]Show something[/TD]
[/TR]
[TR]
[TD].[/TD]
[TD]Data 5[/TD]
[TD]=IF(ISBLANK(A1),"","Show something")[/TD]
[TD]Show something[/TD]
[/TR]
[TR]
[TD]100[/TD]
[TD]Data 100[/TD]
[TD]=IF(ISBLANK(A1),"","Show something")[/TD]
[TD]Show something[/TD]
[/TR]
[TR]
[TD]101[/TD]
[TD][/TD]
[TD]=IF(ISBLANK(A1),"","Show something")[/TD]
[TD][/TD]
[/TR]
[TR]
[TD].[/TD]
[TD][/TD]
[TD]=IF(ISBLANK(A1),"","Show something")[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1000[/TD]
[TD][/TD]
[TD]=IF(ISBLANK(A1),"","Show something")[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Q1:
When I'm on Cell "B2" the Row under my headings, and I use (Shift+End+Down) or (CTRL+Down) to select ALL the Rows that have data it, it selects ALL Rows up to 1000. What is the shortcut to select ONLY the Rows that have ACTUAL Data and ignoring the Formulas? e.g. up to row 100 only as the rest do not contain actual data , but only formulas.
Q2:
Is there a way/function to automatically copy formulas down to the next row instead of me having to select the bottom-right block and dragging them down?
Thanks
I have two questions...
- In a sheet, I have a column with vlookup formulas dragged down to Row "1000",
- The formula(s) have ISBLANK() to only show data if the cell is NOT blank.
- Lets say for example my vlookup pulls/shows data up to Row "100".
- So I have formulas up to row 1000 and the vlookup is showing data for 100 Rows which is 100% correct, meaning that there is nothing to show from Row 101 to 1000 as there is no data for that yet.
[TABLE="class: grid, width: 700"]
<tbody>[TR]
[TD][/TD]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[TD="align: center"]B[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]
Lookup fields
[/TD][TD]
Formulas of B
(without the vlookup)
[/TD](without the vlookup)
[TD]
Result of B
[/TD][/TR]
[TR]
[TD]2[/TD]
[TD]Data 1[/TD]
[TD]=IF(ISBLANK(A1),"","Show something")[/TD]
[TD]Show something[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Data 2[/TD]
[TD]=IF(ISBLANK(A1),"","Show something")[/TD]
[TD]Show something[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Data 3[/TD]
[TD]=IF(ISBLANK(A1),"","Show something")[/TD]
[TD]Show something[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Data 4[/TD]
[TD]=IF(ISBLANK(A1),"","Show something")[/TD]
[TD]Show something[/TD]
[/TR]
[TR]
[TD].[/TD]
[TD]Data 5[/TD]
[TD]=IF(ISBLANK(A1),"","Show something")[/TD]
[TD]Show something[/TD]
[/TR]
[TR]
[TD]100[/TD]
[TD]Data 100[/TD]
[TD]=IF(ISBLANK(A1),"","Show something")[/TD]
[TD]Show something[/TD]
[/TR]
[TR]
[TD]101[/TD]
[TD][/TD]
[TD]=IF(ISBLANK(A1),"","Show something")[/TD]
[TD][/TD]
[/TR]
[TR]
[TD].[/TD]
[TD][/TD]
[TD]=IF(ISBLANK(A1),"","Show something")[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1000[/TD]
[TD][/TD]
[TD]=IF(ISBLANK(A1),"","Show something")[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Q1:
When I'm on Cell "B2" the Row under my headings, and I use (Shift+End+Down) or (CTRL+Down) to select ALL the Rows that have data it, it selects ALL Rows up to 1000. What is the shortcut to select ONLY the Rows that have ACTUAL Data and ignoring the Formulas? e.g. up to row 100 only as the rest do not contain actual data , but only formulas.
Q2:
Is there a way/function to automatically copy formulas down to the next row instead of me having to select the bottom-right block and dragging them down?
Thanks