Calculating text to result certain text result
Closed
simonchef
Mazzaropi
- Posts
- 3
- Registration date
- Tuesday July 1, 2014
- Status
- Member
- Last seen
- July 2, 2014
Mazzaropi
- Posts
- 1963
- Registration date
- Monday August 16, 2010
- Status
- Contributor
- Last seen
- April 25, 2022
Related:
- School result software in excel free download
- Excel ran out of resources while attempting to calculate - Best answers
- School report card with data of all classes - Forum - Excel
- The result of a formula in a cell is the * - Forum - Excel
- How to record ping result in text file - Guide
- The system time is invalid. this may be a result of a loss in battery power ✓ - Forum - CPU/Desktop
- How to remove the false result in excel ✓ - Forum - Office Software
3 replies
Mazzaropi
Jul 1, 2014 at 09:37 AM
- Posts
- 1963
- Registration date
- Monday August 16, 2010
- Status
- Contributor
- Last seen
- April 25, 2022
Jul 1, 2014 at 09:37 AM
simonchef, Good morning.
Try to use it:
D1 --> =IF(AND(A1="S",B1="S",C1="S"),"CO","Re-enrol")
Is it what you want?
I hope it helps.
--
Belo Horizonte, Brasil.
Marcílio Lobão
Try to use it:
D1 --> =IF(AND(A1="S",B1="S",C1="S"),"CO","Re-enrol")
Is it what you want?
I hope it helps.
--
Belo Horizonte, Brasil.
Marcílio Lobão
simonchef
Jul 2, 2014 at 06:24 AM
- Posts
- 3
- Registration date
- Tuesday July 1, 2014
- Status
- Member
- Last seen
- July 2, 2014
Jul 2, 2014 at 06:24 AM
hi mazaropi,
thankyou for your answer it works great.
however I also need the cell D1 to remain empty until "s" or "nyc" are entered.
at the moment cell D1 with the formula entered shows 'Re-enrol' even though the cells above (a1,b1,c1) have no text entered.
are you able to help?
simon
thankyou for your answer it works great.
however I also need the cell D1 to remain empty until "s" or "nyc" are entered.
at the moment cell D1 with the formula entered shows 'Re-enrol' even though the cells above (a1,b1,c1) have no text entered.
are you able to help?
simon
Mazzaropi
Jul 2, 2014 at 11:03 AM
- Posts
- 1963
- Registration date
- Monday August 16, 2010
- Status
- Contributor
- Last seen
- April 25, 2022
Jul 2, 2014 at 11:03 AM
simonchef, Good morning.
"...in other word ALL cells - a1, b1 & c1 must have an 'S' entered otherwise result (cell D1) should show 'Re-enrol'. ..."
Well, the formula follows exactly what was described in your previous explanation.
NOW:
"...however I also need the cell D1 to remain empty until "s" or "nyc" are entered..."
Try to use it:
=IF(AND(A1="S",B1="S",C1="S"),"CO",IF(OR(A1="NYC",B1="NYC",C1="NYC"),"Re-enrol",""))
Is it what you want?
I hope it helps.
--
Belo Horizonte, Brasil.
Marcílio Lobão
"...in other word ALL cells - a1, b1 & c1 must have an 'S' entered otherwise result (cell D1) should show 'Re-enrol'. ..."
Well, the formula follows exactly what was described in your previous explanation.
NOW:
"...however I also need the cell D1 to remain empty until "s" or "nyc" are entered..."
Try to use it:
=IF(AND(A1="S",B1="S",C1="S"),"CO",IF(OR(A1="NYC",B1="NYC",C1="NYC"),"Re-enrol",""))
Is it what you want?
I hope it helps.
--
Belo Horizonte, Brasil.
Marcílio Lobão