- Total Members: 220,025
- Threads: 525,387
- Posts: 976,997
-
September 12th, 2011, 02:11 PM
#1
Need help creating a function
I have an excel file that has a series of values stored as their names (dog, cat, snake) as AnimalType.
What I need to do is for each value of AnimalType I want to programmatically determine what type it is:
(something like:
IF AnimalType column = Snake
Then Snake column =1)
THe point is to parse the entire excel and for each predetermined value of AnimalType put a 1 or 0 next to its corresponding AnimalType name.
The end result is I want to be able to query for all of the snakes or cats or both...
Similar Threads
-
By KingIsulgard in forum ASP Development
Replies: 3
Last Post: March 30th, 2006, 10:06 AM
-
By Shadow Wizard in forum Code Bank
Replies: 3
Last Post: July 9th, 2005, 10:49 AM
-
By rehanbutt in forum ASP Development
Replies: 1
Last Post: June 7th, 2004, 09:15 AM
-
By HWDave in forum ASP Development
Replies: 2
Last Post: May 26th, 2004, 01:48 PM
-
By ricksterval in forum Code Bank
Replies: 0
Last Post: February 12th, 2004, 10:19 AM