Please answer me.
Closed
bablukmr2012
Posts
1
Registration date
Tuesday July 30, 2013
Status
Member
Last seen
July 30, 2013
-
Jul 30, 2013 at 03:46 PM
russp5 Posts 4 Registration date Friday August 2, 2013 Status Member Last seen August 2, 2013 - Aug 2, 2013 at 01:27 PM
russp5 Posts 4 Registration date Friday August 2, 2013 Status Member Last seen August 2, 2013 - Aug 2, 2013 at 01:27 PM
Related:
- Please answer me.
- How to answer call with volume button android - Guide
- Skype auto answer - Guide
- Based on the values in cells b77 b81 answer ✓ - Excel Forum
- Bece answer sheet - Excel Forum
- If a computer with windows xp will not boot up property after upgrading a video driver you should first (...). choose the correct answer.: use the last known good configuration feature roll back the driver after starting in safe mode use the recovery console feature upgrade the operating system ✓ - Windows XP Forum
3 responses
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
December 27, 2022
555
Aug 1, 2013 at 11:30 AM
Aug 1, 2013 at 11:30 AM
=5+2 :)
sorry couldn't help myself
sorry couldn't help myself
russp5
Posts
4
Registration date
Friday August 2, 2013
Status
Member
Last seen
August 2, 2013
1
Aug 2, 2013 at 01:27 PM
Aug 2, 2013 at 01:27 PM
If the cell contains the string as specified, you have 2 options:
1. Use the text to columns to split the text across columns by comma and dash. This will isolate the texts preceding the dash and isolate "ram".
2. Create a user defined function in VBA that splits the texts and uses the Instr command to count the instances of the text to be found e.g. "ram"
1. Use the text to columns to split the text across columns by comma and dash. This will isolate the texts preceding the dash and isolate "ram".
2. Create a user defined function in VBA that splits the texts and uses the Instr command to count the instances of the text to be found e.g. "ram"