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

Please, I need help with these formulas . . .
1.) if worksheetC!C12 says "1" then I want worksheet D!E18 to say "1" , but
if C!C12 says "2" then I want D!F18 to say "2"
2.) if worksheet G!C12 says "G", thenD!I31 should say "G", but if G!C12 says
"F", then I want D!H31 to say "F"
3.) if A!C12 says "930-12" and A!D12 says either "U" or "L" then D!E2 should
say "U" or "L", but if A!C12 says "12-230" & A!D12 says "U" or "L" then D!F2
should say either "U" or "L", but if A!C12 says "230-430" & A!D12 says "U" or
"L" then D!G2 should say either "U" or "L", but if A!C12 says "430-7" & A!D
says "u" or "L" then D!H2 should say "U" or "L", but if A!C12 says "7-9" &
A!D12 sys "U" or "L", then D!I2 should say either "U" or "L".
Thanks so much for your help with this!!!
  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 4,624
Default conditional formulas

one way:

1)

D!E18: =IF(C!C12=1,1,"")
D!F18: =IF(C!C12=2,2,"")

2)

D!I31: =IF(G!C12="G","G","")
D!H31: =IF(G!C12="F","F","")


3)

D!E2: =IF(AND(A!C12="930-12",OR(A!D12="U",A!D12="L")),A!D12,"")
D!F2: =IF(AND(A!C12="12-230",OR(A!D12="U",A!D12="L")),A!D12,"")
D!G2: =IF(AND(A!C12="230-430",OR(A!D12="U",A!D12="L")),A!D12,"")
D!H2: =IF(AND(A!C12="430-7",OR(A!D12="U",A!D12="L")),A!D12,"")
D!I2: =IF(AND(A!C12="7-9",OR(A!D12="U",A!D12="L")),A!D12,"")



In article ,
mrseje1 wrote:

Please, I need help with these formulas . . .
1.) if worksheetC!C12 says "1" then I want worksheet D!E18 to say "1" , but
if C!C12 says "2" then I want D!F18 to say "2"
2.) if worksheet G!C12 says "G", thenD!I31 should say "G", but if G!C12 says
"F", then I want D!H31 to say "F"
3.) if A!C12 says "930-12" and A!D12 says either "U" or "L" then D!E2 should
say "U" or "L", but if A!C12 says "12-230" & A!D12 says "U" or "L" then D!F2
should say either "U" or "L", but if A!C12 says "230-430" & A!D12 says "U" or
"L" then D!G2 should say either "U" or "L", but if A!C12 says "430-7" & A!D
says "u" or "L" then D!H2 should say "U" or "L", but if A!C12 says "7-9" &
A!D12 sys "U" or "L", then D!I2 should say either "U" or "L".
Thanks so much for your help with this!!!

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
ARE THERE CONDITIONAL FORMULAS TO CHANGE TEXT COLOR? CGaufin Excel Worksheet Functions 2 November 9th 06 06:23 PM
Conditional use of formulas Nate MMI Excel Worksheet Functions 2 September 27th 06 11:00 PM
Using MIN in Conditional Format for cells with Formulas R Fourt Excel Discussion (Misc queries) 2 August 31st 06 04:44 PM
conditional formulas deaundra Excel Worksheet Functions 2 April 15th 05 12:08 AM
Help Using Formulas in Conditional Formatting Still Learning Excel Discussion (Misc queries) 2 January 28th 05 04:55 PM


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