Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a workbook that performs financial calculations on information
provided from another department. The calculations work wonderfully and the formatting is good. However, in order to keep the workbook flexible, it is preset to calculate up to 50 years worth of information. We will rarely require that much information. I need a way to automatically hide the information for the remaining years for presentation sake. So say we need a ten year calculation, I need to hide rows 11 through 50. I'm just not sure how to go about handling it. Manually it is simple to hide or change the font but I need it to be completely automated. Any ideas or suggestions? I can post more information if necessary. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Will this 10-year calculation be a fixed number of periods you want to see,
or you want it to be flexible depending on how many years of data you want to see? You could always incorporate an inputbox that prompts from a worksheet button. The user could input the number of years of data to be visible and the remaining data could be hiden using code. Hope this helps, Chad "Mawaller" wrote: I have a workbook that performs financial calculations on information provided from another department. The calculations work wonderfully and the formatting is good. However, in order to keep the workbook flexible, it is preset to calculate up to 50 years worth of information. We will rarely require that much information. I need a way to automatically hide the information for the remaining years for presentation sake. So say we need a ten year calculation, I need to hide rows 11 through 50. I'm just not sure how to go about handling it. Manually it is simple to hide or change the font but I need it to be completely automated. Any ideas or suggestions? I can post more information if necessary. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I want it to remain flexible. On another sheet in the workbook, there is a
cell where the number of years will be entered. I need the results sheet to reference that cell and hide the unnecessary years. The number of years is rarely the same twice. I could theoretically use a button next to the input cell but I need help on what code to put behind it. Thanks for your help. Let me know your ideas. "Chad" wrote: Will this 10-year calculation be a fixed number of periods you want to see, or you want it to be flexible depending on how many years of data you want to see? You could always incorporate an inputbox that prompts from a worksheet button. The user could input the number of years of data to be visible and the remaining data could be hiden using code. Hope this helps, Chad "Mawaller" wrote: I have a workbook that performs financial calculations on information provided from another department. The calculations work wonderfully and the formatting is good. However, in order to keep the workbook flexible, it is preset to calculate up to 50 years worth of information. We will rarely require that much information. I need a way to automatically hide the information for the remaining years for presentation sake. So say we need a ten year calculation, I need to hide rows 11 through 50. I'm just not sure how to go about handling it. Manually it is simple to hide or change the font but I need it to be completely automated. Any ideas or suggestions? I can post more information if necessary. |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
cut rows without cutting hide rows | Excel Discussion (Misc queries) | |||
Hide Rows | Excel Worksheet Functions | |||
Hide the rows | Excel Worksheet Functions | |||
Hide Rows - copy and paste only rows that show | Excel Worksheet Functions | |||
Hide Rows | Excel Discussion (Misc queries) |