poptart1108
New Member
- Joined
- Jun 12, 2017
- Messages
- 14
Hello,
I am trying to add the value of cells together. These cells already have formulas in them (multiplication). Some of the cells have no value because the data has not been entered yet, they just have the formulas for when the cells other cells are populated the formula is already there.
This is a spreadsheet to track commissions. I have a Vlookup formula in column E to pull the right percentage, then in column F i would enter the cost. Column G has a multiplication fomula that multiplies E and F to get the commission. I also have a column (J) that multiplies F by a split percentage if the rep is splitting it with another salesperson. I want to put a total on the sheet, but it returns #N/A when I use the sum function. Any ideas? Should this be a VBA code instead?
I am trying to add the value of cells together. These cells already have formulas in them (multiplication). Some of the cells have no value because the data has not been entered yet, they just have the formulas for when the cells other cells are populated the formula is already there.
This is a spreadsheet to track commissions. I have a Vlookup formula in column E to pull the right percentage, then in column F i would enter the cost. Column G has a multiplication fomula that multiplies E and F to get the commission. I also have a column (J) that multiplies F by a split percentage if the rep is splitting it with another salesperson. I want to put a total on the sheet, but it returns #N/A when I use the sum function. Any ideas? Should this be a VBA code instead?