Need help with counting value formula
Solved/Closed
QAA007
Posts
3
Registration date
Friday June 17, 2016
Status
Member
Last seen
June 17, 2016
-
Jun 17, 2016 at 03:23 PM
QAA007 Posts 3 Registration date Friday June 17, 2016 Status Member Last seen June 17, 2016 - Jun 17, 2016 at 04:16 PM
QAA007 Posts 3 Registration date Friday June 17, 2016 Status Member Last seen June 17, 2016 - Jun 17, 2016 at 04:16 PM
Related:
- Need help with counting value formula
- Logitech formula vibration feedback wheel driver - Download - Drivers
- Number to words in excel formula - Guide
- Excel grade formula - Guide
- Credit summation formula - Guide
- Date formula in excel dd/mm/yyyy - Guide
3 responses
QAA007
Posts
3
Registration date
Friday June 17, 2016
Status
Member
Last seen
June 17, 2016
1
Jun 17, 2016 at 04:16 PM
Jun 17, 2016 at 04:16 PM
I figured it out finally...
=VALUE(IF(ISERROR(SEARCH("*1 - Critical*",C7,1)),IF(ISERROR(SEARCH("*2 - Serious*",C7,1)),IF(ISTEXT(C7),"5","0"),"10"),"15"))
It works! and even allows me to total it into a cell. the:
IF(ISTEXT(C7),"5","0")
This worked for me, if it has a text value it's 5 if not it's 0. That is what I needed :D
=VALUE(IF(ISERROR(SEARCH("*1 - Critical*",C7,1)),IF(ISERROR(SEARCH("*2 - Serious*",C7,1)),IF(ISTEXT(C7),"5","0"),"10"),"15"))
It works! and even allows me to total it into a cell. the:
IF(ISTEXT(C7),"5","0")
This worked for me, if it has a text value it's 5 if not it's 0. That is what I needed :D
Mazzaropi
Posts
1985
Registration date
Monday August 16, 2010
Status
Contributor
Last seen
May 24, 2023
147
Jun 17, 2016 at 03:31 PM
Jun 17, 2016 at 03:31 PM
QAA007, Good afternoon.
Is your text "1 - Critical" or "Critical" ?
Save your file at a free site, www.speedyshare.com and put a link to download here.
It will be easier to help you.
Is your text "1 - Critical" or "Critical" ?
Save your file at a free site, www.speedyshare.com and put a link to download here.
It will be easier to help you.
QAA007
Posts
3
Registration date
Friday June 17, 2016
Status
Member
Last seen
June 17, 2016
1
Jun 17, 2016 at 03:56 PM
Jun 17, 2016 at 03:56 PM
"1 - Critical" I'll have to look at speedyshare later as it's on my work PC