Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
martin
 
Posts: n/a
Default putting a number equal to writing commands

Hello!

How can i put a certain number to write as many "x"-s (for instance) to a
certain number of places.
For more clarity, pleasee see http://www.hot.ee/rekor/excerc.xls

If i write 5 to cell A3, what is the function that this number 5 will write
"x" to 5 certain cells: c3, e3, g3, i3, and k3.

Thanks:)
  #2   Report Post  
Jason Morin
 
Posts: n/a
Default

Place this in A3, copy across as far as needed, then copy
down:

=IF(AND(COUNTIF($B3:B3,"x")<$A3,MOD(COLUMN(),2)=1) ,"x","")

HTH
Jason
Atlanta, GA

-----Original Message-----
Hello!

How can i put a certain number to write as many "x"-s

(for instance) to a
certain number of places.
For more clarity, pleasee see

http://www.hot.ee/rekor/excerc.xls

If i write 5 to cell A3, what is the function that this

number 5 will write
"x" to 5 certain cells: c3, e3, g3, i3, and k3.

Thanks:)
.

  #3   Report Post  
JulieD
 
Posts: n/a
Default

Hi Jason

it works better if it's put in C3 rather than A3:)

Cheers
JulieD

"Jason Morin" wrote in message
...
Place this in A3, copy across as far as needed, then copy
down:

=IF(AND(COUNTIF($B3:B3,"x")<$A3,MOD(COLUMN(),2)=1) ,"x","")

HTH
Jason
Atlanta, GA

-----Original Message-----
Hello!

How can i put a certain number to write as many "x"-s

(for instance) to a
certain number of places.
For more clarity, pleasee see

http://www.hot.ee/rekor/excerc.xls

If i write 5 to cell A3, what is the function that this

number 5 will write
"x" to 5 certain cells: c3, e3, g3, i3, and k3.

Thanks:)
.



  #4   Report Post  
Jason Morin
 
Posts: n/a
Default

Doh! Did I write A3? Thanks Julie.

Jason

-----Original Message-----
Hi Jason

it works better if it's put in C3 rather than A3:)

Cheers
JulieD

"Jason Morin" wrote

in message
...
Place this in A3, copy across as far as needed, then

copy
down:

=IF(AND(COUNTIF($B3:B3,"x")<$A3,MOD(COLUMN(),2)

=1),"x","")

HTH
Jason
Atlanta, GA

-----Original Message-----
Hello!

How can i put a certain number to write as many "x"-s

(for instance) to a
certain number of places.
For more clarity, pleasee see

http://www.hot.ee/rekor/excerc.xls

If i write 5 to cell A3, what is the function that this

number 5 will write
"x" to 5 certain cells: c3, e3, g3, i3, and k3.

Thanks:)
.



.

  #5   Report Post  
Jason Morin
 
Posts: n/a
Default

I should have written "Place this in C3". Sorry.

Jason

-----Original Message-----
Place this in A3, copy across as far as needed, then

copy
down:

=IF(AND(COUNTIF($B3:B3,"x")<$A3,MOD(COLUMN(),2)

=1),"x","")

HTH
Jason
Atlanta, GA

-----Original Message-----
Hello!

How can i put a certain number to write as many "x"-s

(for instance) to a
certain number of places.
For more clarity, pleasee see

http://www.hot.ee/rekor/excerc.xls

If i write 5 to cell A3, what is the function that this

number 5 will write
"x" to 5 certain cells: c3, e3, g3, i3, and k3.

Thanks:)
.

.



  #6   Report Post  
martin
 
Posts: n/a
Default

I'm sorry, it gives me a false message
http://www.hot.ee/rekor/hmm.GIF


"JulieD" wrote:

Hi Jason

it works better if it's put in C3 rather than A3:)

Cheers
JulieD

"Jason Morin" wrote in message
...
Place this in A3, copy across as far as needed, then copy
down:

=IF(AND(COUNTIF($B3:B3,"x")<$A3,MOD(COLUMN(),2)=1) ,"x","")

HTH
Jason
Atlanta, GA

-----Original Message-----
Hello!

How can i put a certain number to write as many "x"-s

(for instance) to a
certain number of places.
For more clarity, pleasee see

http://www.hot.ee/rekor/excerc.xls

If i write 5 to cell A3, what is the function that this

number 5 will write
"x" to 5 certain cells: c3, e3, g3, i3, and k3.

Thanks:)
.




  #7   Report Post  
martin
 
Posts: n/a
Default

I'm sorry, but I still haven't got it right.

It gives me the same error message as i wrote before.
http://www.hot.ee/rekor/hmm.GIF

Please help!

"Jason Morin" wrote:

I should have written "Place this in C3". Sorry.

Jason

-----Original Message-----
Place this in A3, copy across as far as needed, then

copy
down:

=IF(AND(COUNTIF($B3:B3,"x")<$A3,MOD(COLUMN(),2)

=1),"x","")

HTH
Jason
Atlanta, GA

-----Original Message-----
Hello!

How can i put a certain number to write as many "x"-s

(for instance) to a
certain number of places.
For more clarity, pleasee see

http://www.hot.ee/rekor/excerc.xls

If i write 5 to cell A3, what is the function that this

number 5 will write
"x" to 5 certain cells: c3, e3, g3, i3, and k3.

Thanks:)
.

.


  #8   Report Post  
JulieD
 
Posts: n/a
Default

Hi Martin

can't see what is wrong - if you'ld like to email me direct i'll send you a
worksheet with the formula in it then we can see how that works on your
system. My email address is julied_ng at hcts dot net dot au.

Cheers
JulieD

"martin" wrote in message
...
I'm sorry, but I still haven't got it right.

It gives me the same error message as i wrote before.
http://www.hot.ee/rekor/hmm.GIF

Please help!

"Jason Morin" wrote:

I should have written "Place this in C3". Sorry.

Jason

-----Original Message-----
Place this in A3, copy across as far as needed, then

copy
down:

=IF(AND(COUNTIF($B3:B3,"x")<$A3,MOD(COLUMN(),2)

=1),"x","")

HTH
Jason
Atlanta, GA

-----Original Message-----
Hello!

How can i put a certain number to write as many "x"-s
(for instance) to a
certain number of places.
For more clarity, pleasee see
http://www.hot.ee/rekor/excerc.xls

If i write 5 to cell A3, what is the function that this
number 5 will write
"x" to 5 certain cells: c3, e3, g3, i3, and k3.

Thanks:)
.

.




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel: Which numbers in a column equal a certain number (withou. Pax Excel Worksheet Functions 1 March 6th 05 03:42 AM
How do I get a letter in one cell ito equal a number in anotherl.. Dave Cadey Excel Discussion (Misc queries) 4 February 25th 05 02:37 PM
when writing an IF statement what is the syntax for "Not Equal to. NEEDTOKNOW Excel Discussion (Misc queries) 1 December 10th 04 04:45 PM
when writing an IF statement what is the syntax for "Not Equal to. NEEDTOKNOW Excel Discussion (Misc queries) 1 December 10th 04 04:32 PM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM


All times are GMT +1. The time now is 11:11 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"