IF Statements

MarkAndrews

Well-known Member
Joined
May 2, 2006
Messages
1,970
Office Version
  1. 2010
Platform
  1. Windows
I know you can only nest 7 IF statements in a standard formula

My question is, How can i do more?

TIA
 
Could i do the same with the introducer too?
Edit: Sorry, originally messed this up. I think this is what you want:
=VLOOKUP(B2,Workings!$D$2:$E$18,2,0)
 
Upvote 0

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
Thankyou!

Out of curiosity - Can more than 7 IF's be achieved?
 
Upvote 0
Peter, This isn't working correctly (see below example)

The Introducer ID = 40 (YourMove)

it isn't displaying Yourmove?
Abort Data.xls
ABCDEFGHIJ
1ClientIDIntroducerIDMatterIDStartDateAbortDateAuthActDateAuthactReceivedClientNetworkdays
2104056378503/01/06NULLNULLNoGenericSAP #N/A
Jan
 
Upvote 0
Thankyou!

Out of curiosity - Can more than 7 IF's be achieved?
You cannot nest more than 7 together but you can write a formula using lots of IFs that simulate more than seven nested together - but why would you when there are simpler alternatives?
 
Upvote 0
Thankyou!

Out of curiosity - Can more than 7 IF's be achieved?
You cannot nest more than 7 together but you can write a formula using lots of IFs that simulate more than seven nested together - but why would you when there are simpler alternatives?

It was just a curiosity thing Peter

I was thinking - could you reference a single if statement to other cells which each contain 7 If's?
 
Upvote 0
This isn't working correctly (see below example)

The Introducer ID = 40 (YourMove)

it isn't displaying Yourmove?
Your sample of the 'Workings' sheet did not have an Introducer ID of 40. You probably just need to expand the range in the formula. Instead of $E$18 you might need $E$25 or whatever row your Introducer IDs finish on.
 
Upvote 0
Peter, This isn't working correctly (see below example)

The Introducer ID = 40 (YourMove)

it isn't displaying Yourmove?
Abort Data.xls
ABCDEFGHIJ
1ClientIDIntroducerIDMatterIDStartDateAbortDateAuthActDateAuthactReceivedClientNetworkdays
2104056378503/01/06NULLNULLNoGenericSAP #N/A
Jan

I've sorted this, sorry - I needed to extend the vlookup range as below (e56)

Code:
=VLOOKUP(B2,Workings!$D$2:$E$56,2,0)
 
Upvote 0
=VLOOKUP(B2,Workings!$D$2:$E$56,2,0)

I note, this doesn't contain True/False - How does this work?
 
Upvote 0
=VLOOKUP(B2,Workings!$D$2:$E$56,2,0)

I note, this doesn't contain True/False - How does this work?
0 is equivalent to FALSE
1 is equivalent to TRUE
 
Upvote 0

Forum statistics

Threads
1,214,932
Messages
6,122,323
Members
449,077
Latest member
jmsotelo

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top