#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Becksicle
 
Posts: n/a
Default Formula Help!!

Hi ,

Can someone please help me?
If certain cells are not blank I would like "Registration" to appear in my
cell
I have tried various combinations or OR, AND, IF, ISBLANK....and many more.
I think I'm over complicating this though.

Basically if any of (Q or R) and S and U and AL are all not blank, my
criteria are met.
So I need data to be in columns, S, U, AL and either Q or R. If these
criteria are met, the cell needs to say Registration.

Can anyone help?

Thanks Becki
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
hans bal(nl)
 
Posts: n/a
Default Formula Help!!

If A1 = the cell taht you want to test use the formula: =
if(A1="";"Registration";"")


"Becksicle" wrote:

Hi ,

Can someone please help me?
If certain cells are not blank I would like "Registration" to appear in my
cell
I have tried various combinations or OR, AND, IF, ISBLANK....and many more.
I think I'm over complicating this though.

Basically if any of (Q or R) and S and U and AL are all not blank, my
criteria are met.
So I need data to be in columns, S, U, AL and either Q or R. If these
criteria are met, the cell needs to say Registration.

Can anyone help?

Thanks Becki

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Becksicle
 
Posts: n/a
Default Formula Help!!

Thanks.
I'd actually got that far, the problems start when I try to incorporate the
other cells.
So cell AM1 needs to say registration if any of S1, U1 or AL1 is blank and
also if Q1 and R1 is blank.

"hans bal(nl)" wrote:

If A1 = the cell taht you want to test use the formula: =
if(A1="";"Registration";"")


"Becksicle" wrote:

Hi ,

Can someone please help me?
If certain cells are not blank I would like "Registration" to appear in my
cell
I have tried various combinations or OR, AND, IF, ISBLANK....and many more.
I think I'm over complicating this though.

Basically if any of (Q or R) and S and U and AL are all not blank, my
criteria are met.
So I need data to be in columns, S, U, AL and either Q or R. If these
criteria are met, the cell needs to say Registration.

Can anyone help?

Thanks Becki

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
hans bal(nl)
 
Posts: n/a
Default Formula Help!!

That makes it a bit more complicated but with OR and AND operators you can do
a lot :

In this case I would use =
If(OR(S1="";U1="";AL1="";AND(Q1="";R1=""));"Regist ration";"")

Test if it gives the desired result. If you need to change the logic, search
the HELP for AND an OR operators to learn how these work.

Good luck !

Hans


"Becksicle" wrote:

Thanks.
I'd actually got that far, the problems start when I try to incorporate the
other cells.
So cell AM1 needs to say registration if any of S1, U1 or AL1 is blank and
also if Q1 and R1 is blank.

"hans bal(nl)" wrote:

If A1 = the cell taht you want to test use the formula: =
if(A1="";"Registration";"")


"Becksicle" wrote:

Hi ,

Can someone please help me?
If certain cells are not blank I would like "Registration" to appear in my
cell
I have tried various combinations or OR, AND, IF, ISBLANK....and many more.
I think I'm over complicating this though.

Basically if any of (Q or R) and S and U and AL are all not blank, my
criteria are met.
So I need data to be in columns, S, U, AL and either Q or R. If these
criteria are met, the cell needs to say Registration.

Can anyone help?

Thanks Becki

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Becksicle
 
Posts: n/a
Default Formula Help!!

Thanks so much - it works!

"hans bal(nl)" wrote:

That makes it a bit more complicated but with OR and AND operators you can do
a lot :

In this case I would use =
If(OR(S1="";U1="";AL1="";AND(Q1="";R1=""));"Regist ration";"")

Test if it gives the desired result. If you need to change the logic, search
the HELP for AND an OR operators to learn how these work.

Good luck !

Hans


"Becksicle" wrote:

Thanks.
I'd actually got that far, the problems start when I try to incorporate the
other cells.
So cell AM1 needs to say registration if any of S1, U1 or AL1 is blank and
also if Q1 and R1 is blank.

"hans bal(nl)" wrote:

If A1 = the cell taht you want to test use the formula: =
if(A1="";"Registration";"")


"Becksicle" wrote:

Hi ,

Can someone please help me?
If certain cells are not blank I would like "Registration" to appear in my
cell
I have tried various combinations or OR, AND, IF, ISBLANK....and many more.
I think I'm over complicating this though.

Basically if any of (Q or R) and S and U and AL are all not blank, my
criteria are met.
So I need data to be in columns, S, U, AL and either Q or R. If these
criteria are met, the cell needs to say Registration.

Can anyone help?

Thanks Becki

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
Dynamic Range with unused formula messing up x axis on dynamic graph [email protected] Charts and Charting in Excel 2 February 2nd 06 08:02 PM
2 Nesting questions Starchaser Excel Worksheet Functions 7 January 20th 06 06:53 PM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


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