Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 272
Default if/true/false help

I know this is probably simple, but i just can't get it to work :o

I have a column of numbers in a worksheet. I get updated data feeds that
may have changes in the numbers. I copy this column next to the existing
column.

I need a formula that will tell me if each row in the column matches the row
in the next column.

so E2 is true if it matches F2, E3 to F3, E4 to F4, etc
and false if it does not match.
--
Thanks :) Lori
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 506
Default if/true/false help

Paste this formula in G2
=IF(AND(E2="",F2=""),"",E2=F2)

Copy the G2 formula and paste it to the remaining cells of G Column.

Remember to Click Yes, if this post helps!

--------------------
(Ms-Exl-Learner)
--------------------


"Lori" wrote:

I know this is probably simple, but i just can't get it to work :o

I have a column of numbers in a worksheet. I get updated data feeds that
may have changes in the numbers. I copy this column next to the existing
column.

I need a formula that will tell me if each row in the column matches the row
in the next column.

so E2 is true if it matches F2, E3 to F3, E4 to F4, etc
and false if it does not match.
--
Thanks :) Lori

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 272
Default if/true/false help

Thank you thank you thank you! I was driving myself crazy already :)
--
Thanks :) Lori


"Ms-Exl-Learner" wrote:

Paste this formula in G2
=IF(AND(E2="",F2=""),"",E2=F2)

Copy the G2 formula and paste it to the remaining cells of G Column.

Remember to Click Yes, if this post helps!

--------------------
(Ms-Exl-Learner)
--------------------


"Lori" wrote:

I know this is probably simple, but i just can't get it to work :o

I have a column of numbers in a worksheet. I get updated data feeds that
may have changes in the numbers. I copy this column next to the existing
column.

I need a formula that will tell me if each row in the column matches the row
in the next column.

so E2 is true if it matches F2, E3 to F3, E4 to F4, etc
and false if it does not match.
--
Thanks :) Lori

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 506
Default if/true/false help

You are welcome and thanks for feeding back.

--------------------
(Ms-Exl-Learner)
--------------------


"Lori" wrote:

Thank you thank you thank you! I was driving myself crazy already :)
--
Thanks :) Lori


"Ms-Exl-Learner" wrote:

Paste this formula in G2
=IF(AND(E2="",F2=""),"",E2=F2)

Copy the G2 formula and paste it to the remaining cells of G Column.

Remember to Click Yes, if this post helps!

--------------------
(Ms-Exl-Learner)
--------------------


"Lori" wrote:

I know this is probably simple, but i just can't get it to work :o

I have a column of numbers in a worksheet. I get updated data feeds that
may have changes in the numbers. I copy this column next to the existing
column.

I need a formula that will tell me if each row in the column matches the row
in the next column.

so E2 is true if it matches F2, E3 to F3, E4 to F4, etc
and false if it does not match.
--
Thanks :) Lori

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(test,true,false) only ever returns "true"? TagTech Excel Worksheet Functions 5 December 10th 08 03:04 PM
What's the best way to toggle between true and false in Excel? Hiall, My excel work involves a lot of toggling between true and false (booleantypes) ... and it's very repetitive... Is there a way to select a bunch ofcells, and press a key short-cu LunaMoon Excel Discussion (Misc queries) 9 July 29th 08 12:28 AM
Search for 2 true arguments and return true or false David Excel Discussion (Misc queries) 3 July 15th 06 10:18 AM
Function to return True/False if all are validated as True by ISNU Tetsuya Oguma Excel Worksheet Functions 2 March 15th 06 10:28 AM
Reverse false and combine with true true value Emmie99 Excel Worksheet Functions 5 August 17th 05 04:38 PM


All times are GMT +1. The time now is 01:47 PM.

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"