Excel Newbie7
New Member
- Joined
- Nov 18, 2013
- Messages
- 9
Hi,
I was wondering if there was a way to parse out the SMDUResponseCode">bce52df15feb4c1a891b0ec766c078be< out of the following string of text. I tried using text to columns and splitting it using the left right mid text cutter and it doesn't seem to help. I have to find this set of string for multiple accounts. Keep in mind that the example below is only a small portion of the actual xml string that I search through. The smdu string doesn't always stay in the same spot as well. It could be in the beginning or end. I tried using a find function but it doesn't help.
If anyone know of a way it would be really helpful thanks,
<xmlDocument><element name="LossMitigationSupervisor">PARKSA1</element><element name="UserInfo">335 - emason</element><element name="LossMitigationSpecialist">HAMILTA</element><element name="AmortizationTermatOrigination">360</element><element name="ARMResetDate">2034-04-01</element><element name="AssetType401k">0</element><element name="AssetTypeBoatsorRVs">0</element><element name="AssetTypeChecking">0</element><element name="CurrentMarketValue"></element><element name="AssetTypeIRA">0</element><element name="AssetTypeOther">0</element><element name="AssetTypeOtherMortgage">0</element><element name="AssetTypeOtherRealEstateNonProperty">0</element><element name="AssetTypeSavings">0</element><element name="AssetTypeStocksBonds">0</element><element name="AssociationDues/FeesBeforeModification"></element><element name="AssociationDues/FeesPre-WorkoutAmount"></element><element name="AttorneyFees/Costs"></element><element name="BorrowerContributionAmount">.00</element><element name="BorrowerOccupancyIndicator"></element><element name="BorrowerTotalMonthlyObligations">502.26</element><element name="ContractualPaymentAmount">502.26</element><element name="CreditScore"></element><element name="CurrentLastPaidInstallmentDate"><element name="SMDUResponseCode">bce52df15feb4c1a891b0ec766c078be</element><xmlDocument><element name="LossMitigationSupervisor">PARKSA1</element><element name="UserInfo">335 - emason</element><element name="LossMitigationSpecialist">HAMILTA</element><element name="AmortizationTermatOrigination">360</element><element name="ARMResetDate">2034-04-01</element><element name="AssetType401k">0</element><element name="AssetTypeBoatsorRVs">0</element><element name="AssetTypeChecking">0</element><element name="CurrentMarketValue"></element><element name="AssetTypeIRA">0</element><element name="AssetTypeOther">0</element><element name="AssetTypeOtherMortgage">0</element><element name="AssetTypeOtherRealEstateNonProperty">0</element><element name="AssetTypeSavings">0</element><element name="AssetTypeStocksBonds">0</element><element name="AssociationDues/FeesBeforeModification"></element><element name="AssociationDues/FeesPre-WorkoutAmount"></element><element name="AttorneyFees/Costs"></element><element name="BorrowerContributionAmount">.00</element><element name="BorrowerOccupancyIndicator"></element><element name="BorrowerTotalMonthlyObligations">502.26</element><element name="ContractualPaymentAmount">502.26</element><element name="CreditScore"></element><element name="CurrentLastPaidInstallmentDate">
I was wondering if there was a way to parse out the SMDUResponseCode">bce52df15feb4c1a891b0ec766c078be< out of the following string of text. I tried using text to columns and splitting it using the left right mid text cutter and it doesn't seem to help. I have to find this set of string for multiple accounts. Keep in mind that the example below is only a small portion of the actual xml string that I search through. The smdu string doesn't always stay in the same spot as well. It could be in the beginning or end. I tried using a find function but it doesn't help.
If anyone know of a way it would be really helpful thanks,
<xmlDocument><element name="LossMitigationSupervisor">PARKSA1</element><element name="UserInfo">335 - emason</element><element name="LossMitigationSpecialist">HAMILTA</element><element name="AmortizationTermatOrigination">360</element><element name="ARMResetDate">2034-04-01</element><element name="AssetType401k">0</element><element name="AssetTypeBoatsorRVs">0</element><element name="AssetTypeChecking">0</element><element name="CurrentMarketValue"></element><element name="AssetTypeIRA">0</element><element name="AssetTypeOther">0</element><element name="AssetTypeOtherMortgage">0</element><element name="AssetTypeOtherRealEstateNonProperty">0</element><element name="AssetTypeSavings">0</element><element name="AssetTypeStocksBonds">0</element><element name="AssociationDues/FeesBeforeModification"></element><element name="AssociationDues/FeesPre-WorkoutAmount"></element><element name="AttorneyFees/Costs"></element><element name="BorrowerContributionAmount">.00</element><element name="BorrowerOccupancyIndicator"></element><element name="BorrowerTotalMonthlyObligations">502.26</element><element name="ContractualPaymentAmount">502.26</element><element name="CreditScore"></element><element name="CurrentLastPaidInstallmentDate"><element name="SMDUResponseCode">bce52df15feb4c1a891b0ec766c078be</element><xmlDocument><element name="LossMitigationSupervisor">PARKSA1</element><element name="UserInfo">335 - emason</element><element name="LossMitigationSpecialist">HAMILTA</element><element name="AmortizationTermatOrigination">360</element><element name="ARMResetDate">2034-04-01</element><element name="AssetType401k">0</element><element name="AssetTypeBoatsorRVs">0</element><element name="AssetTypeChecking">0</element><element name="CurrentMarketValue"></element><element name="AssetTypeIRA">0</element><element name="AssetTypeOther">0</element><element name="AssetTypeOtherMortgage">0</element><element name="AssetTypeOtherRealEstateNonProperty">0</element><element name="AssetTypeSavings">0</element><element name="AssetTypeStocksBonds">0</element><element name="AssociationDues/FeesBeforeModification"></element><element name="AssociationDues/FeesPre-WorkoutAmount"></element><element name="AttorneyFees/Costs"></element><element name="BorrowerContributionAmount">.00</element><element name="BorrowerOccupancyIndicator"></element><element name="BorrowerTotalMonthlyObligations">502.26</element><element name="ContractualPaymentAmount">502.26</element><element name="CreditScore"></element><element name="CurrentLastPaidInstallmentDate">