Hello, I am trying to get this nested IF formula to work, however it keeps returning FALSE.
Any help appreciated.
=IF(D3="Monthly",IF(COUNTA(E3)<1,"Action Required",IF(D3="Hub Contact",IF(COUNTA(E3)>1,"Action Required",IF(D3="Bi-Monthly",IF(COUNTA(E3)<>E3/B1,"Action Required","No Action"))))))
So this is based on three formulas:
=IF(D3="Bi Monthly",IF(COUNTA(E3)=$B$1/2,"No Action","Action Required"))
=IF(D3="Monthly",IF(COUNTA(E3)/$B$1<1,"Action Required","No Action"))
=IF(D3="Hub Contact",IF(COUNTA(E3:P3)>1,"Action Required","No Action"))
So for some context - There should be a meeting on average once every two months if the engagement RAG is bi-monthly. So for example if after 4 months has passed then the counta of Apr-18 - Jul-18 should equal 2. Else "Action Required" should be stated in the Action Required this month column.
Likewise, if Monthly, then the COUNTA needs to be = 1 or else Action Required
and if Hub Contact, there should be zero contact. So if COUNTA > 1, then Action required
I've got the formulas working individually in the columns, but would just like to amalgamate these into one.
There is a copy of this worksheet if anyone would like a closer look!
https://nofile.io/f/tuDneSPtVND/Mr.+Excel.xlsx
Thanks for your time.
Any help appreciated.
=IF(D3="Monthly",IF(COUNTA(E3)<1,"Action Required",IF(D3="Hub Contact",IF(COUNTA(E3)>1,"Action Required",IF(D3="Bi-Monthly",IF(COUNTA(E3)<>E3/B1,"Action Required","No Action"))))))
So this is based on three formulas:
=IF(D3="Bi Monthly",IF(COUNTA(E3)=$B$1/2,"No Action","Action Required"))
=IF(D3="Monthly",IF(COUNTA(E3)/$B$1<1,"Action Required","No Action"))
=IF(D3="Hub Contact",IF(COUNTA(E3:P3)>1,"Action Required","No Action"))
So for some context - There should be a meeting on average once every two months if the engagement RAG is bi-monthly. So for example if after 4 months has passed then the counta of Apr-18 - Jul-18 should equal 2. Else "Action Required" should be stated in the Action Required this month column.
Likewise, if Monthly, then the COUNTA needs to be = 1 or else Action Required
and if Hub Contact, there should be zero contact. So if COUNTA > 1, then Action required
I've got the formulas working individually in the columns, but would just like to amalgamate these into one.
There is a copy of this worksheet if anyone would like a closer look!
https://nofile.io/f/tuDneSPtVND/Mr.+Excel.xlsx
Thanks for your time.