Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1
Default Cell Conditions

I have a spreadsheet listing members of staff, dates they have attended
training and their status regarding their training. They are either
operational or suspended. Conditional formatting will only allow me to
change the font of text in the cell. Is there a function that will
automatically change the text depending on different conditions ie once a
date has expired the cell changes from operational to suspended automatically?

  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 102
Default Cell Conditions

Is there a function that will
automatically change the text depending on different conditions ie once a
date has expired the cell changes from operational to suspended automatically?


I dont know the specific conditions you wish to apply here but
here is an example formula that should get you in the right direction.

=IF(MONTH(A1)<2,"Operational","Suspended")

This formula relies on a date being entered into cell A1. If the
month in that cell is not equal to February, then the cell will
display "Operational". If it is = to February, then the cell will
display "Suspended". If you have any trouble adapting this to your
needs, post again or email me, I'll be glad to help.

Mark

  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 11,058
Default Cell Conditions

Let's say the dates attended are in column B and we want status in column C.
Just for this example, I am assuming that after one year (365 days) the
training is expired.

if C1 enter:
=IF(TODAY()-B1365,"suspended","operational")
and copy down

Naturally you will adjust the 365 to meet your criteria.

--
Gary's Student
gsnu200705


"Confuzed" wrote:

I have a spreadsheet listing members of staff, dates they have attended
training and their status regarding their training. They are either
operational or suspended. Conditional formatting will only allow me to
change the font of text in the cell. Is there a function that will
automatically change the text depending on different conditions ie once a
date has expired the cell changes from operational to suspended automatically?

  #4   Report Post  
Posted to microsoft.public.excel.newusers
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Cell Conditions

Just another thought ..

Assuming dates in B2 down, try in C2:
=IF(B2="","",IF(TODAY()=DATE(YEAR(B2)+1,MONTH(B2) ,DAY(B2)),"suspended","operational"))
Copy C2 down
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Confuzed" wrote:
I have a spreadsheet listing members of staff, dates they have attended
training and their status regarding their training. They are either
operational or suspended. Conditional formatting will only allow me to
change the font of text in the cell. Is there a function that will
automatically change the text depending on different conditions ie once a
date has expired the cell changes from operational to suspended automatically?

  #5   Report Post  
Posted to microsoft.public.excel.newusers
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Cell Conditions

The former assumes a 1 year "post training" period as the valid operational
status
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---




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
Sumproduct issues SteveDB1 Excel Worksheet Functions 25 June 3rd 09 04:58 PM
resetting last cell jagdish.eashwar Excel Discussion (Misc queries) 11 March 31st 06 02:06 AM
How do I set up multiple logical conditions on one result cell Ring eye Excel Worksheet Functions 1 January 12th 06 07:31 PM
Possible Lookup Table Karen Excel Worksheet Functions 5 June 8th 05 09:43 PM
Copy cell format to cell on another worksht and update automatical kevinm Excel Worksheet Functions 21 May 19th 05 11:07 AM


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