Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default Dear Excel Discussion Group

I need to populate a column , using data from two other colums with numeric
values. The third column should be populated as following:

If value x from colum1 is higher than 2 and the value y of column 2 is lower
than 3, populate the third column with the string value "18-00-36", else
return value 0.

Help very apreciated!

Thank you
gábor


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 127
Default Dear Excel Discussion Group

Asuming your X value is in A1 and Y value is in B1. Enter this formula in
C1.

=IF(AND(A12,B1<3),"18-00-36",0)

Does that help?



"Corcovadocowboy" wrote in
message ...
I need to populate a column , using data from two other colums with numeric
values. The third column should be populated as following:

If value x from colum1 is higher than 2 and the value y of column 2 is
lower
than 3, populate the third column with the string value "18-00-36", else
return value 0.

Help very apreciated!

Thank you
gábor




  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,345
Default Dear Excel Discussion Group

Try:

=IF(AND(A12,B1<3),"18-00-36",0)

Change the Column & Row to suit and copy down.

Or did you mean:

=IF(AND(A1=2,B1<=3),"18-00-36",0)

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


Replace @mailinator.com with @tiscali.co.uk


"Corcovadocowboy" wrote in
message ...
I need to populate a column , using data from two other colums with numeric
values. The third column should be populated as following:

If value x from colum1 is higher than 2 and the value y of column 2 is
lower
than 3, populate the third column with the string value "18-00-36", else
return value 0.

Help very apreciated!

Thank you
gábor





  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default Dear Excel Discussion Group

Thank you Gaurav, the formula works fine!

"Gaurav" wrote:

Asuming your X value is in A1 and Y value is in B1. Enter this formula in
C1.

=IF(AND(A12,B1<3),"18-00-36",0)

Does that help?



"Corcovadocowboy" wrote in
message ...
I need to populate a column , using data from two other colums with numeric
values. The third column should be populated as following:

If value x from colum1 is higher than 2 and the value y of column 2 is
lower
than 3, populate the third column with the string value "18-00-36", else
return value 0.

Help very apreciated!

Thank you
gábor





  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default Dear Excel Discussion Group

Thank you Sandy Mann,

the formula works fine!

"Sandy Mann" wrote:

Try:

=IF(AND(A12,B1<3),"18-00-36",0)

Change the Column & Row to suit and copy down.

Or did you mean:

=IF(AND(A1=2,B1<=3),"18-00-36",0)

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


Replace @mailinator.com with @tiscali.co.uk


"Corcovadocowboy" wrote in
message ...
I need to populate a column , using data from two other colums with numeric
values. The third column should be populated as following:

If value x from colum1 is higher than 2 and the value y of column 2 is
lower
than 3, populate the third column with the string value "18-00-36", else
return value 0.

Help very apreciated!

Thank you
gábor






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
Discussion Group Questions JPS Excel Discussion (Misc queries) 7 June 29th 08 05:43 PM
Discussion Group Setup Jeremy Excel Discussion (Misc queries) 1 May 12th 08 03:46 PM
Question about Discussion Group Ed Excel Discussion (Misc queries) 7 July 7th 06 03:32 AM
where do I find the Excel Discussion Group OKGranHap Excel Discussion (Misc queries) 1 March 4th 05 06:52 PM
off the discussion group asap accountant2005 Excel Discussion (Misc queries) 3 February 26th 05 12:11 PM


All times are GMT +1. The time now is 06:25 PM.

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

About Us

"It's about Microsoft Excel"