John Caines
Well-known Member
- Joined
- Aug 28, 2006
- Messages
- 1,155
- Office Version
- 2019
- Platform
- Windows
Hello All.
I have a formula that is working that is the following;
this just gives me the average £ amount for any cells entered in that range,,, great.
What I'm trying to do is create a formula that rather than just show a resulting amount;
(For Example),,,£124.50,,,, it will show,,,
"Daily Avg. £124.50" (Without Brackets/parentheses)
I'm trying formulas like;
It doesn't work,,, not sure how to do it,,,
could someone please show me the error of my ways,,, I can't be too far off,,,
I hope someone can help me.
Many Thanks
johnCaines
I have a formula that is working that is the following;
Code:
=IF(LEN($O$24)=0,"",(AVERAGE($O$24:$O$274)))
this just gives me the average £ amount for any cells entered in that range,,, great.
What I'm trying to do is create a formula that rather than just show a resulting amount;
(For Example),,,£124.50,,,, it will show,,,
"Daily Avg. £124.50" (Without Brackets/parentheses)
I'm trying formulas like;
Code:
=IF(LEN($O$24)=0,"","Daily Avg",(AVERAGE($O$24:$O$274)))
could someone please show me the error of my ways,,, I can't be too far off,,,
I hope someone can help me.
Many Thanks
johnCaines