EXCEL NEED HELP WITH GREATER THAN LESS THAN
Closed
prycek
-
14 Oct 2010 à 10:06
venkat1926 Posts 1863 Registration date Sunday 14 June 2009 Status Contributor Last seen 7 August 2021 - 15 Oct 2010 à 06:18
venkat1926 Posts 1863 Registration date Sunday 14 June 2009 Status Contributor Last seen 7 August 2021 - 15 Oct 2010 à 06:18
Related:
- EXCEL NEED HELP WITH GREATER THAN LESS THAN
- Excel mod apk for pc - Download - Spreadsheets
- Vat calculation excel - Guide
- More than 1 if statement excel - Guide
- Kernel for excel repair - Download - Backup and recovery
- Arrow keys not working in excel - Guide
1 response
venkat1926
Posts
1863
Registration date
Sunday 14 June 2009
Status
Contributor
Last seen
7 August 2021
811
15 Oct 2010 à 06:18
15 Oct 2010 à 06:18
You have not indicated what is meant "etc". anyhow donwload the sample workbook from this webpage
http://www.speedyshare.com/files/24703195/prychek.xls
You can see the rank names and the points for each rank IN SHEET "ponts"
In sheet "rank" from A2 down type any number and see what happens
you can change the names of the ranks and their respective points in sheet "points" as you like
1. run macro sheet2.undo and
and then go to sheet 2 and type any number in any cell A2 down.
If you want to delete the entries and results in sheet "rank" you use the macro
"sheet2.undo"
both the event code and the macros are in sheet2 code
if you want to see these codes
1.go to vb editor (alt+F11)
2. hit control +R to get project window
3.in the project window go to this file (all open files names are there)
4.under your filename highlight "sheet2(rank)" and RIGHT CLICK THIS
and click "view code".
5. you will see both the event code and macros.
in the file I have sent in sheet "rank" already I have experimented with some numbers. you can continue and check.
If you change the entries in sheet "points" then run the macro "sheaet2.code" first and then start typing numbers from A2 down in sheet "rank"
your comments will be welcome.
http://www.speedyshare.com/files/24703195/prychek.xls
You can see the rank names and the points for each rank IN SHEET "ponts"
In sheet "rank" from A2 down type any number and see what happens
you can change the names of the ranks and their respective points in sheet "points" as you like
1. run macro sheet2.undo and
and then go to sheet 2 and type any number in any cell A2 down.
If you want to delete the entries and results in sheet "rank" you use the macro
"sheet2.undo"
both the event code and the macros are in sheet2 code
if you want to see these codes
1.go to vb editor (alt+F11)
2. hit control +R to get project window
3.in the project window go to this file (all open files names are there)
4.under your filename highlight "sheet2(rank)" and RIGHT CLICK THIS
and click "view code".
5. you will see both the event code and macros.
in the file I have sent in sheet "rank" already I have experimented with some numbers. you can continue and check.
If you change the entries in sheet "points" then run the macro "sheaet2.code" first and then start typing numbers from A2 down in sheet "rank"
your comments will be welcome.