A arif Member Oct 10, 2014 #1 Sirs tell me how to put text only in cells that have same data and how to copy text in dropdown way in each alternative cell response is awaited
Sirs tell me how to put text only in cells that have same data and how to copy text in dropdown way in each alternative cell response is awaited
Somendra Misra Excel Ninja Oct 10, 2014 #2 Hi Arif, Can you explain your problem with a sample file, what are you looking for? Regards,
A arif Member Oct 11, 2014 #3 Somendra Misra said: Hi Arif, Can you explain your problem with a sample file, what are you looking for? Regards, Click to expand... Sir I v attached sample data i want same data "100" in each alternative cell by dropdown option (if possible) how can it be done Attachments Alternative cell.xlsx 8.1 KB · Views: 5
Somendra Misra said: Hi Arif, Can you explain your problem with a sample file, what are you looking for? Regards, Click to expand... Sir I v attached sample data i want same data "100" in each alternative cell by dropdown option (if possible) how can it be done
Faseeh Excel Ninja Oct 11, 2014 #4 HI, Put this is D6 and drag down: =IF(MOD(COUNTA(D$5:D5),2)=1,100,"") Change 2 in red ( to say 3 or 4) to change repeat.
HI, Put this is D6 and drag down: =IF(MOD(COUNTA(D$5:D5),2)=1,100,"") Change 2 in red ( to say 3 or 4) to change repeat.