Ironman
Well-known Member
- Joined
- Jan 31, 2004
- Messages
- 1,069
- Office Version
- 365
- Platform
- Windows
Hi
Here's the my existing formula
The RANK function (in the row below) works:
The problem is that I must replace the "" in the first formula with #N/A else the chart the formula is linked to will show zero values where there is no data yet, which I don't want. However, when I do that i.e.
then the RANK row below it won't work.
I've tried to adapt the solutions in this old thread, but they give incorrect results and I don't understand how they work to amend them.
Hope you can help?
Many thanks!
Here's the my existing formula
Excel Formula:
IF(COUNTA('Daily Tracking'!AQ67:AQ73),SUM('Daily Tracking'!AQ67:AQ73),"")
Excel Formula:
RANK(AN47,$B$47:$BZ$47))
Excel Formula:
IF(COUNTA('Daily Tracking'!AQ67:AQ73),SUM('Daily Tracking'!AQ67:AQ73),#N/A)
I've tried to adapt the solutions in this old thread, but they give incorrect results and I don't understand how they work to amend them.
Hope you can help?
Many thanks!
Last edited: