• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Sub column for each category

Shailender - Okay
Note: this won't do checks, it works with columns A..C! have BackUps!
Step-by-step instructions:
1) open the newest version of 'Question.xlsb'
2) open one of Your '10 workbooks'
3) From Uppper Menu -> Tools -> Macro -> Macros... ->
4) Write to Macro name: Question.xlsb!Sheet1.Do_It
5) After CORRECT above text then there will be [Run]-btn enabled
6) Press [Run]
7) Wait until message
8) Repeat steps from 2 to 7 as many times as needed
... those have to do as that order as written above!
Vletm, thank for your help and sorry for the delay in responding.

Here the biggest challenge is we are not using the XLSB version of excel.So how can i do it in XlSX verison?
 
Shailender
You have asked that already ...
and
I have answered too, reread #19 reply!

If NO MACROS then
... hmm ...
You would do it
... 'manually'
or
... at place, where is possible to use Macros!
 
Shailender
You have asked that already ...
and
I have answered too, reread #19 reply!

If NO MACROS then
... hmm ...
You would do it
... 'manually'
or
... at place, where is possible to use Macros!

ok, Vletm. I have the option to use macros. what would be the code if i want to write in XLSX...? Could you please suggest..?
 
Oh Yeah ...
This is same file as previous but saved to .xlsm -format.
Notice that 'huge' difference, while read those instructions!
 

Attachments

  • Question.xlsm
    19.5 KB · Views: 1
Oh Yeah ...
This is same file as previous but saved to .xlsm -format.
Notice that 'huge' difference, while read those instructions!

Vletm, it is working well. Thank you for it. Could you please let me know how did you do this? Did you do formatting cells or some other thing like this..?
 
hmm ...
Nothing happens automatically ...
There is code which will make it.

With macros can make ex loops ...
in which it can check cell-by-cell from 2nd row as many times as there will be values and
inspect the way how You have written those texts.
You used one option and
depends that option it will copy value correct column right.
... for some good reason,
You will have some cell values two times in sheet.
>> and >>
If You follow that step-by-step instruction
then above acts will do same acts.
 
hmm ...
Nothing happens automatically ...
There is code which will make it.

With macros can make ex loops ...
in which it can check cell-by-cell from 2nd row as many times as there will be values and
inspect the way how You have written those texts.
You used one option and
depends that option it will copy value correct column right.
... for some good reason,
You will have some cell values two times in sheet.
>> and >>
If You follow that step-by-step instruction
then above acts will do same acts.

Ok, thank you for your patience and insights. I will try writing the macro code for this.
 
Sorry ... but do I repeat myself?
Have You skipped all my replies?
As written in #25 Reply almost clear HINT!
Below is a snapshot of that Macro
which You should use
while You will run this to those other files!
... and follow those step-by-step instruction! (and follow really means follow!)
Screen Shot 2018-01-18 at 19.47.42.png
 
Sorry ... but do I repeat myself?
Have You skipped all my replies?
As written in #25 Reply almost clear HINT!
Below is a snapshot of that Macro
which You should use
while You will run this to those other files!
... and follow those step-by-step instruction! (and follow really means follow!)
View attachment 49021

I didn't missed any reply from you, Apologies i could not see any macro code in that post #25 sheet. Could you please send me that sheet again so that i can use that macro,
 
The newest file has same code as .xlsb-file!
Did You try to follow that step-by-step ...
step 4) there should be also button [Edit] ... press it!

YOU CAN USE THAT MACRO ONLY AS WRITTEN IN THAT INSTRUCTION!

If You do something different .. or change it ...
yes - have backups!

... or do You have any idea,

why did I wrote those instructions?
 
The newest file has same code as .xlsb-file!
Did You try to follow that step-by-step ...
step 4) there should be also button [Edit] ... press it!

YOU CAN USE THAT MACRO ONLY AS WRITTEN IN THAT INSTRUCTION!

If You do something different .. or change it ...
yes - have backups!

... or do You have any idea,

why did I wrote those instructions?

Vletm, I am really sorry to trouble you, I can able to see the code now. Once again thank you for your patience and time. I really appreciate it. Thank you. Cheers.
 
Actually,
You do not need to SEE that code ... !

Did You asked to get solution that You could do that 'Sub Column ...' -thing?
 
Actually,
You do not need to SEE that code ... !

Did You asked to get solution that You could do that 'Sub Column ...' -thing?

When i am trying to run the code which is there in sheet1 as you suggested it is working well for me. thank you.
 
Back
Top