Spikenaylor
Board Regular
- Joined
- Apr 14, 2013
- Messages
- 115
- Office Version
-
- 365
- Platform
-
- Windows
Hi
trying to setup a dynamic chart
Got it working correctly with empty cells, enter data in the cells and the chart grows or shrinks correctly.
My problem is
Cell B5 is waiting for user data
Cell C5 has a formula =IF(B5<>"",C92,NA()) or =IF(B5<>"",C92,"") so it populates with data from cell C92 when correct data entered into B5
Because the cell has a formula in it the chart is now static and will not shrink or grow.
How can I format cell C5 so it appears blank when no data is entered into B5 so my chart can be dynamic.
Many thanks
Mike
trying to setup a dynamic chart
Got it working correctly with empty cells, enter data in the cells and the chart grows or shrinks correctly.
My problem is
Cell B5 is waiting for user data
Cell C5 has a formula =IF(B5<>"",C92,NA()) or =IF(B5<>"",C92,"") so it populates with data from cell C92 when correct data entered into B5
Because the cell has a formula in it the chart is now static and will not shrink or grow.
How can I format cell C5 so it appears blank when no data is entered into B5 so my chart can be dynamic.
Many thanks
Mike