Let me begin by saying hello to all, and that I am happy this site exists. I hope to learn a lot here as I am a beginner when it comes to Excel. So, to my first question.
I have a spreadsheet being used for RASCI charting. The first cell is locked as the department titles are list from rows B to S. I have then stared a new chart below that uses different department titles. As you scroll down the second chart titles are lost behind the ones from the chart above. My question is if there is a way for the titles from the second chart to take the place of the titles of the first chart as you scroll down so this pertinent information is still viewable?
My personal Web Excel Tutorials
Attention! In the formulas as a delimiter I use a semicolon (; ) if you using my formula, then perhaps you need to use a comma (,)
Also for a decimal number I use a comma (,) you may need to use point (.) instead of
I am not sure what you are asking, but I think you are saying that a copy of the sheet would be helpful? Attached.
My personal Web Excel Tutorials
Attention! In the formulas as a delimiter I use a semicolon (; ) if you using my formula, then perhaps you need to use a comma (,)
Also for a decimal number I use a comma (,) you may need to use point (.) instead of
No worries, when I saw that you were from Croatia I sort of figured things out. While I appreciate your looking at this, I really do want to learn what needs to be done to make the sheet do what I want it too. I am too long in using Excel to not have learned this years ago, so now I figure its time to crash myself into how to use Excel better.
My personal Web Excel Tutorials
Attention! In the formulas as a delimiter I use a semicolon (; ) if you using my formula, then perhaps you need to use a comma (,)
Also for a decimal number I use a comma (,) you may need to use point (.) instead of
New idea with shortcut via VBA. regards
My personal Web Excel Tutorials
Attention! In the formulas as a delimiter I use a semicolon (; ) if you using my formula, then perhaps you need to use a comma (,)
Also for a decimal number I use a comma (,) you may need to use point (.) instead of
Hmm, not sure what the issue is here. It wants to save as a php extension. When renamed it becomes un-useable. What am I doing wrong?
I do not know why you've got problems.
Here is a new file format
btw:
Click the right mouse on the name of the tab sheet => View Code => Paste
Code:Option Explicit Sub HideRows() 'set shortcut Ctrl+Shift+H Rows("1:33").EntireRow.Hidden = True End Sub Sub UnhideRows() 'set shortcut Ctrl+Shift+U Rows("1:33").EntireRow.Hidden = False End Sub
My personal Web Excel Tutorials
Attention! In the formulas as a delimiter I use a semicolon (; ) if you using my formula, then perhaps you need to use a comma (,)
Also for a decimal number I use a comma (,) you may need to use point (.) instead of
So I got the scripts in place as you posted them. And they had the effect of showing but not doing what I had hoped they would. When you scroll down I would like the second header that comes up, to replace the top header.
Bookmarks