Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 60
Default If/And formula showing true/false instead of cell value

Hello,

I have entered the following formula in a worksheet =AND(A3=L2,A5=Q2,L2,"")

The result I get is True or False but I would need to see the actual value
of L2 which is a number, like 4501615652

How is it possible to ament the formula in order to get only the number
rather than true or false?

Thank you ! Arno
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,480
Default If/And formula showing true/false instead of cell value

Hi

Try
=IF(AND(A3=L2,A5=Q2),L2,"")


--
Regards
Roger Govier

"Arno" wrote in message
...
Hello,

I have entered the following formula in a worksheet
=AND(A3=L2,A5=Q2,L2,"")

The result I get is True or False but I would need to see the actual value
of L2 which is a number, like 4501615652

How is it possible to ament the formula in order to get only the number
rather than true or false?

Thank you ! Arno


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 60
Default If/And formula showing true/false instead of cell value

Thank you Roger - That was quick and effective ! Thank you again - Have a
good day ! Arno

Roger, but you people giving support to other, you just do it as a hobby or
you are employed ? I am curios :)

"Roger Govier" wrote:

Hi

Try
=IF(AND(A3=L2,A5=Q2),L2,"")


--
Regards
Roger Govier

"Arno" wrote in message
...
Hello,

I have entered the following formula in a worksheet
=AND(A3=L2,A5=Q2,L2,"")

The result I get is True or False but I would need to see the actual value
of L2 which is a number, like 4501615652

How is it possible to ament the formula in order to get only the number
rather than true or false?

Thank you ! Arno


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 60
Default If/And formula showing true/false instead of cell value

Roger,

Thank you for your explaination. ...now I appreciate even more this forum
because it is a rare example of people, like you, helping others without
being paid.

Besides, the info you provide, so quickly, would take ages to find and
normal people like me would never progress with these applications.

Thank you and all the best ! I really hope that one day soon microsoft will
reward you all for the great help you give :)

"Roger Govier" wrote:

Hi Arno

These Newsgroups are answered by members of the community, not Microsoft
employees.
Nobody receives any remuneration for giving support.
Some of us have been recognised by Microsoft as Most Valued Professionals
(MVP), but we are not employees of Microsoft, nor do we receive payment.
So I guess the answer to your question is - it is a hobby.
--
Regards
Roger Govier

"Arno" wrote in message
...
Thank you Roger - That was quick and effective ! Thank you again - Have a
good day ! Arno

Roger, but you people giving support to other, you just do it as a hobby
or
you are employed ? I am curios :)

"Roger Govier" wrote:

Hi

Try
=IF(AND(A3=L2,A5=Q2),L2,"")


--
Regards
Roger Govier

"Arno" wrote in message
...
Hello,

I have entered the following formula in a worksheet
=AND(A3=L2,A5=Q2,L2,"")

The result I get is True or False but I would need to see the actual
value
of L2 which is a number, like 4501615652

How is it possible to ament the formula in order to get only the number
rather than true or false?

Thank you ! Arno

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
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
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 Programming 9 July 29th 08 12:28 AM
True and false formula susy Excel Worksheet Functions 3 October 3rd 07 01:31 AM
IF function...cell ref is a formula so True is retd when False sh Alison Excel Worksheet Functions 1 August 1st 06 12:58 AM
Logical Format showing 0/1 and not True/False. Tony Excel Discussion (Misc queries) 2 June 1st 06 08:58 AM


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