Hi,
In an excel sheet - data is extracted from some where using some forumlaes.
Now with this data dump - i need to segregate data as less then 95 in one area and more then 95 in one area in the same sheet itself. Since it is daily activity - i do not wish to do it manually.
b/m is data structure
Score[/code]
Ashish Blog[/code] 94[/code]
Steve Job[/code] 91[/code]
More then 95[/code]
Name[/code] Score[/code]
VBA Text[/code] 96[/code]
Jack Welch[/code] 100[/code]
Janifer Lopez[/code] 105[/code]
<Regards>
Tarun
In an excel sheet - data is extracted from some where using some forumlaes.
Now with this data dump - i need to segregate data as less then 95 in one area and more then 95 in one area in the same sheet itself. Since it is daily activity - i do not wish to do it manually.
b/m is data structure
Code:
Database
[code]Name [code]Score
[code]Ashish Blog [code]94
[code]VBA Text [code]96
[code]Steve Job [code]91
[code]Jack Welch [code]100
[code]Janifer Lopez [code]105
[code]Less then 95
[code]Name
Ashish Blog[/code] 94[/code]
Steve Job[/code] 91[/code]
More then 95[/code]
Name[/code] Score[/code]
VBA Text[/code] 96[/code]
Jack Welch[/code] 100[/code]
Janifer Lopez[/code] 105[/code]
<Regards>
Tarun