#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default FUNCTIONS


PROBLEM STATEMENT: I have 3 columns, ColumnA which is blank, ColumnB that contains text, Column C that also contains text. I want to "adjust" column A so that text is automatically filled in by excel depending first on the contents of column B and then on the contents of column C.
e.g. if column B contains either "yes" or "no", then column C is examined, and if it contains "yes" then Column A is automatically filled in with the text "active", etc

How can i achieve such action? Could the if function become useful in this? if yes how

I would greatly appreciate your help!!!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default FUNCTIONS

In A1

=IF(OR(B1="yes",B1="no"),IF(C1="yes","active",""), "")

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"ANGIE" wrote in message
...

PROBLEM STATEMENT: I have 3 columns, ColumnA which is blank, ColumnB that

contains text, Column C that also contains text. I want to "adjust" column A
so that text is automatically filled in by excel depending first on the
contents of column B and then on the contents of column C.
e.g. if column B contains either "yes" or "no", then column C is

examined, and if it contains "yes" then Column A is automatically filled in
with the text "active", etc.

How can i achieve such action? Could the if function become useful in

this? if yes how?

I would greatly appreciate your help!!!



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
How to convert cell formula functions to code functions Adnan Excel Discussion (Misc queries) 1 October 1st 08 08:30 PM
formula/functions for average and if functions Petu71 Excel Worksheet Functions 2 August 5th 07 08:25 PM
efficiency: database functions vs. math functions vs. array formula nickname Excel Discussion (Misc queries) 2 July 14th 06 04:26 AM
Looking for a site with functions that substitute the ATP functions Franz Verga Excel Worksheet Functions 3 June 24th 06 04:30 AM
Nesting functions in the functions dialog box cs170a Excel Worksheet Functions 0 June 10th 05 10:36 PM


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