S
SteveDB1
Morning all.
I have a speadsheet with data on it, and I'm setting it up to place in a
database (DB)-- I've removed all of the formatting, etc... just leaving the
raw data. WEll, as "raw" as Excel will allow. Oh, I'm using Excel 2007.
My understanding is that the DB is an MS Sql database.
My reason for coming here is that after I'd placed the data into the DB, I
went to verify it was all in there, and correctly ordered, because the data
is alphabetically arranged.
When I copied the data back out into my spreadsheet, I set up a series of if
equations to verify, and the majority gave false responses. I went back to
look to see if I did something wrong, and found that the bulk of the data
that the DB had arranged got "mis-arranged." I.e., the contents of one column
did not match the alignment it had with the others columns it had when I
placed it in there.
It appears it all got "jumbled up," and ignored what I'd done configuring it.
Now as I write this I'm thinking that this is really a sql db programming
issue, and not an excel matter.
But my goal for posting is to match the data to ensure that it can be
correctly matched with the source data.
I know about the match function-- it gives the row number where the matching
data piece is located. I don't believe this is what I actually want.
I'm presently doing an if function, and it gives me a true or false
statement-- I'm using "ok" for my true, and "no match" for my false. I've got
way too many falses and need to correct those.
What else can I use to see just how badly it was "jumbled?"
Thank you.
I have a speadsheet with data on it, and I'm setting it up to place in a
database (DB)-- I've removed all of the formatting, etc... just leaving the
raw data. WEll, as "raw" as Excel will allow. Oh, I'm using Excel 2007.
My understanding is that the DB is an MS Sql database.
My reason for coming here is that after I'd placed the data into the DB, I
went to verify it was all in there, and correctly ordered, because the data
is alphabetically arranged.
When I copied the data back out into my spreadsheet, I set up a series of if
equations to verify, and the majority gave false responses. I went back to
look to see if I did something wrong, and found that the bulk of the data
that the DB had arranged got "mis-arranged." I.e., the contents of one column
did not match the alignment it had with the others columns it had when I
placed it in there.
It appears it all got "jumbled up," and ignored what I'd done configuring it.
Now as I write this I'm thinking that this is really a sql db programming
issue, and not an excel matter.
But my goal for posting is to match the data to ensure that it can be
correctly matched with the source data.
I know about the match function-- it gives the row number where the matching
data piece is located. I don't believe this is what I actually want.
I'm presently doing an if function, and it gives me a true or false
statement-- I'm using "ok" for my true, and "no match" for my false. I've got
way too many falses and need to correct those.
What else can I use to see just how badly it was "jumbled?"
Thank you.