Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default How to: IF FALSE in 2 Cells, Then Obtain Value From 3rd Cell?

Hi,
I'd like to create a formula which compares two cells. If both cells
have 'FALSE' values, I'd like for the formula cell to display the
value from a third cell:
I would have thought that
=IF((A10) AND (B10)=FALSE, C10)
would suffice, but no such luck.

Thanks for any feedback.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 73
Default How to: IF FALSE in 2 Cells, Then Obtain Value From 3rd Cell?

Try something like:

=If(And(A10="False",B10="False"),C10,0)

Good Luck.

"badgereurex" wrote:

Hi,
I'd like to create a formula which compares two cells. If both cells
have 'FALSE' values, I'd like for the formula cell to display the
value from a third cell:
I would have thought that
=IF((A10) AND (B10)=FALSE, C10)
would suffice, but no such luck.

Thanks for any feedback.

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
Obtain a Year to Date result without all cells of data being fille bdamin Excel Worksheet Functions 3 April 18th 08 04:58 PM
VBA always creates linked chart even when using PasteExcelTable False, False, False in Office 2007 Matt Simpson Excel Programming 0 August 6th 07 08:11 PM
highlight cells to obtain total without using formula? rdavia Excel Discussion (Misc queries) 2 January 18th 05 05:29 PM
How to obtain Cell Name Nicholas! Excel Programming 3 January 10th 05 03:29 AM
How to obtain the shortest range that encloses all the non empty cells? faustino Dina Excel Programming 2 August 2nd 03 05:25 PM


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