Line of Characters

W

webnntp

I have cell A1 with a number, let's say 21

I need to find a way to automatically show 21 C's or B's or any
character in cell A2

If A1 changes to 24 then A2 will now show 24 C's or B's

Thanks
 
S

smartin

I have cell A1 with a number, let's say 21

I need to find a way to automatically show 21 C's or B's or any
character in cell A2

If A1 changes to 24 then A2 will now show 24 C's or B's

Thanks

Try
=REPT("C",A1)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top