• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Auto generated number in Excel/MS Word?

fleabag

Banned
Is there an automated way to replace a given word and or generate numbers in Microsoft excel? Like I have a phrase I want to say and I want to add a number in the middle of the phrase, but I want to do it multiple times changing the number each time the string is generated.

Example:
Filechunk1mark
Filechunk2mark
Filechunk3mark

etc..

I don't know how to use the macro function in Microsoft Excel and I'm wondering if the only way to get this accomplished is through that.
 
Doubt this is the best way, but what i do:

Fill "FieldChunk" in col A
Generate number sereis in col B
Fill "mark" in col C
Col D=CONCATENATE(A,B,C)
 
Back
Top