FarzanaSaleem
Programmer
I have an Excel Sheet, in which I have downloaded menu options of an application.
This application is menu-driven. Every user is assigned a menu. Each menu has serveral menu option numbers.
A menu option number may lead to another menu or may call a program. I have dowloaded all menus of application in an excel sheet with the following columns:
Menu Urn
Menu Option Number
Program Urn
Menu Urn
If a particular menu option number calls another menu, then Menu Urn column is non-blank and Program Urn column is blank.
If a particular menu option number calls a program, then Menu Urn column is blank and Program Urn column is non-blank.
What my user wants is the MENU SEQUENCE NUMBER to reach a particular program. For example, there is a program urn P1, that can be invoked as follows:
Menu1: Call option # 2 that leads to Menu2
Menu2: Call option # 5 that leads to Menu3
Menu3: Call option # 6 that invokes P1
In this case, I will have a row in my file as:
Menu Urn: Menu3
Menu option number: 6
Program Urn: P1
Menu Urn: Blank
What is needed is to have another column MENU SEQUENCE NUMBER and to print 2,5,6 for the row in this case.
All MENU SEQUENCE NUMBERs are needed with reference to a particular menu urn, say Menu1.
This application is menu-driven. Every user is assigned a menu. Each menu has serveral menu option numbers.
A menu option number may lead to another menu or may call a program. I have dowloaded all menus of application in an excel sheet with the following columns:
Menu Urn
Menu Option Number
Program Urn
Menu Urn
If a particular menu option number calls another menu, then Menu Urn column is non-blank and Program Urn column is blank.
If a particular menu option number calls a program, then Menu Urn column is blank and Program Urn column is non-blank.
What my user wants is the MENU SEQUENCE NUMBER to reach a particular program. For example, there is a program urn P1, that can be invoked as follows:
Menu1: Call option # 2 that leads to Menu2
Menu2: Call option # 5 that leads to Menu3
Menu3: Call option # 6 that invokes P1
In this case, I will have a row in my file as:
Menu Urn: Menu3
Menu option number: 6
Program Urn: P1
Menu Urn: Blank
What is needed is to have another column MENU SEQUENCE NUMBER and to print 2,5,6 for the row in this case.
All MENU SEQUENCE NUMBERs are needed with reference to a particular menu urn, say Menu1.