Stephen_IV
Well-known Member
- Joined
- Mar 17, 2003
- Messages
- 1,180
- Office Version
- 365
- 2019
- Platform
- Windows
Currently I am using the formula below. I works great unless I have blank cells. It gives me the #N/A error. I tried to figure it out but could not. The formula in Column J is the result of the formula below. I need the results in column K. So IF Isnumber(F2) or Isnumber(G2) then give me result else leave blank (IF F2 & G2 are blank).Can someone please help me. Thanks in advance Stephen!
{=AVERAGE(CHOOSE(MATCH(F2:G2,{"G","S","N","U"},0),4,3,2,0))}
{=AVERAGE(CHOOSE(MATCH(F2:G2,{"G","S","N","U"},0),4,3,2,0))}