Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
KAD KAD is offline
external usenet poster
 
Posts: 5
Default If and then statements.

I have three columns, one row at a time. Column A has a time in minutes.
Column B has or does not have an x. I want column C to show the time in
column A if the x is present in column B otherwise stay empty. Thanks in
advance.
--
JAKA
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,047
Default If and then statements.

=if(b2="X",a2,"")

htt
--
regards from Brazil
Thanks in advance for your feedback.
Marcelo



"KAD" escreveu:

I have three columns, one row at a time. Column A has a time in minutes.
Column B has or does not have an x. I want column C to show the time in
column A if the x is present in column B otherwise stay empty. Thanks in
advance.
--
JAKA

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default If and then statements.

Assuming Row 2 for this example, try this in C2...

=IF(B2="x",A2,"")

This formula can be copied down.

Rick


"KAD" wrote in message
...
I have three columns, one row at a time. Column A has a time in minutes.
Column B has or does not have an x. I want column C to show the time in
column A if the x is present in column B otherwise stay empty. Thanks in
advance.
--
JAKA


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
KAD KAD is offline
external usenet poster
 
Posts: 5
Default If and then statements.

Wow! Works perfectly, thank you so much. You make it seem easy...It's not.
--
JAKA


"Marcelo" wrote:

=if(b2="X",a2,"")

htt
--
regards from Brazil
Thanks in advance for your feedback.
Marcelo



"KAD" escreveu:

I have three columns, one row at a time. Column A has a time in minutes.
Column B has or does not have an x. I want column C to show the time in
column A if the x is present in column B otherwise stay empty. Thanks in
advance.
--
JAKA

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,047
Default If and then statements.

thanks for the feedback

glad to help

--
regards from Brazil
Thanks in advance for your feedback.
Marcelo



"KAD" escreveu:

Wow! Works perfectly, thank you so much. You make it seem easy...It's not.
--
JAKA


"Marcelo" wrote:

=if(b2="X",a2,"")

htt
--
regards from Brazil
Thanks in advance for your feedback.
Marcelo



"KAD" escreveu:

I have three columns, one row at a time. Column A has a time in minutes.
Column B has or does not have an x. I want column C to show the time in
column A if the x is present in column B otherwise stay empty. Thanks in
advance.
--
JAKA

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
IF & OR Statements JG14 Excel Worksheet Functions 4 May 25th 07 11:47 PM
If Statements DeckyT Excel Worksheet Functions 1 February 12th 07 04:23 PM
IF Statements (Mutliple Statements) Deezel Excel Worksheet Functions 3 October 19th 06 06:13 AM
if statements, I think?? sbrimley Excel Discussion (Misc queries) 1 September 23rd 05 11:00 PM
IF Statements rfryan61 Excel Discussion (Misc queries) 6 September 9th 05 05:54 PM


All times are GMT +1. The time now is 03:43 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"