Forum Discussion
kartikeya_raghupatro
Jan 22, 2022Copper Contributor
how to add text with numbers in which numbers should change accordingly
Hello, I wanted to know how to write text with numbers in which numbers should increase continuously but the text should remain constant. I want the lectures to be continued as Lecture #1,2 then Lect...
- Jan 22, 2022
If you start from D5
with
="Lecture # "&(ROW()-ROW($D$5))*2+1&","&(ROW()-ROW($D$5))*2+2
SergeiBaklan
Jan 22, 2022Diamond Contributor
If you drag down by right click first value
result will be
Or you need a formula ? When on which Excel version/platform you are?
kartikeya_raghupatro
Jan 22, 2022Copper Contributor
Sir, I am in Excel 2019.
I want the lectures to be continued as
Lecture #1,2
Lecture #3,4
Lecture #5,6 and so on.
Thank u for ur reply
I want the lectures to be continued as
Lecture #1,2
Lecture #3,4
Lecture #5,6 and so on.
Thank u for ur reply
- SergeiBaklanJan 22, 2022Diamond Contributor
If you start from D5
with
="Lecture # "&(ROW()-ROW($D$5))*2+1&","&(ROW()-ROW($D$5))*2+2- kartikeya_raghupatroJan 22, 2022Copper Contributor
Thanks a million, sir. U made my day. this is the first time I came to the Microsoft community and this was the feedback, absolutely amazing.🙂
- SergeiBaklanJan 23, 2022Diamond Contributor
kartikeya_raghupatro , you are welcome