I need to use Excel formulas for something. I'm attempting to make a simple Excel file with a few columns. Number of VMs is listed in one of the columns. "Avg. Monthly Backup Data (GB)" is listed in another column.
I want the outcome listed below.
The average monthly backup data (GB) for a single virtual machine will be 429 GB. Average Monthly Backup Data (GB) will increase by 430 GB if the number of VMs is increased by 1.
So, if there are two virtual machines, the average monthly backup data (GB) will be 429+430 = 859 GB, and so on.
How can I write this formula such that it increases the average monthly backup data by 430 GB depending on the number of virtual machines?