Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am currently using the following formula:
=COUNTIF(E24:AB24,"A")*2 as a way to caculate hours for me. What I need it to do now is that if there is a "B" there to caculate it as 1. Is there a way to do this? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Countif(e24:ab24,"a")*2+countif(e24:ab24,"b") -- CaptainQuattro ------------------------------------------------------------------------ CaptainQuattro's Profile: http://www.excelforum.com/member.php...o&userid=32763 View this thread: http://www.excelforum.com/showthread...hreadid=525947 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=COUNTIF(E1:AB1,"A")*2+COUNTIF(E1:AB1,"B")
Phxlatinoboi®编写: I am currently using the following formula: =COUNTIF(E24:AB24,"A")*2 as a way to caculate hours for me. What I need it to do now is that if there is a "B" there to caculate it as 1. Is there a way to do this? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=COUNTIF(E24:AB24,"A")*IF(COUNTIF(E24:AB24,"B")0, 1,2)
"Phxlatinoboi®" wrote: I am currently using the following formula: =COUNTIF(E24:AB24,"A")*2 as a way to caculate hours for me. What I need it to do now is that if there is a "B" there to caculate it as 1. Is there a way to do this? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dynamic Range with unused formula messing up x axis on dynamic graph | Charts and Charting in Excel | |||
2 Nesting questions | Excel Worksheet Functions | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Match / Vlookup within an Array formula | Excel Discussion (Misc queries) |