Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 14
Default if 3 cells have data then add certain value to another cell

I would like to make cell D1 be blacked out if cells A1, B1 and C1 have a Y
in them. How do I accomplish this? Some people may enter data into D1 first
and thus eliminate any If,then formula I enter into that cell. Is there
another way around this issue?
--
TG
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default if 3 cells have data then add certain value to another cell

=AND($A$1="y",$B$1="y",$C$1="y")


"Gerigto" wrote:

I would like to make cell D1 be blacked out if cells A1, B1 and C1 have a Y
in them. How do I accomplish this? Some people may enter data into D1 first
and thus eliminate any If,then formula I enter into that cell. Is there
another way around this issue?
--
TG

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default if 3 cells have data then add certain value to another cell

.. make cell D1 be blacked out if cells A1, B1 and C1 have a Y in them.

Perhaps try applying conditional formatting on D1 ..

Select D1
Click Format Cond Formatting,
Under Condition 1, make the settings as
Formula is:
=COUNTIF(A1:C1,"Y")=3
Click Format Patterns tab Black OK
Click OK at the main dialog
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Gerigto" wrote:
I would like to make cell D1 be blacked out if cells A1, B1 and C1 have a Y
in them. How do I accomplish this? Some people may enter data into D1 first
and thus eliminate any If,then formula I enter into that cell. Is there
another way around this issue?
--
TG

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 3 cells have data then add certain value to another cell Mike Excel Worksheet Functions 0 March 28th 07 01:16 AM
Send multi data (Graph/Cell data) to Word doc as 1 item (no cells) Tom-LE Excel Discussion (Misc queries) 0 August 30th 06 10:10 PM
Converting data in one cell to 3 different cells Steve Excel Worksheet Functions 6 July 12th 06 02:00 PM
How to combine 2 cells' data into 1 cell? [email protected] Charts and Charting in Excel 1 October 12th 05 02:54 AM
Cell data overruns into adjacent cell(cells). Art Excel Discussion (Misc queries) 1 June 24th 05 06:46 PM


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