John Caines
Well-known Member
- Joined
- Aug 28, 2006
- Messages
- 1,155
- Office Version
- 2019
- Platform
- Windows
Hello all.
I have a formula which is working for a cell which is;
This is ok,, but say it gives me the answer 24.94
What I'm looking to do is in the same cell show some text before this,, so it says;
Avg:24.94
I've tried;
This didn't work,,, but can't be too far off.
Can anybody show me please what is wrong?
I just can't quite get it,,, I know its very close,, (I think )
Many Thanks
John Caines
I have a formula which is working for a cell which is;
Code:
=IF(LEN($H$24)=0,"",AVERAGE($H$24:$H$274))
What I'm looking to do is in the same cell show some text before this,, so it says;
Avg:24.94
I've tried;
Code:
=IF(LEN($J$24)=0,"","Avg:" ,(AVERAGE($H$24:$H$274)))
Can anybody show me please what is wrong?
I just can't quite get it,,, I know its very close,, (I think )
Many Thanks
John Caines