Forum Discussion
BobNoyes_rnoyesphoto
Oct 19, 2023Copper Contributor
Need to figure out a formula to do the following
Hello, I am not very experienced in Excel but I am trying to make a spreadsheet that allows me to have the base cost of an item and multiply it by a set of specific % of markup to find the total pric...
- Oct 19, 2023
=$B4*C$3You can enter this formula in cell C4 and fill it across range C4:F35. This should work if i correctly understand what you want to do.
OliverScheurich
Oct 19, 2023Gold Contributor
=$B4*C$3You can enter this formula in cell C4 and fill it across range C4:F35. This should work if i correctly understand what you want to do.
- BobNoyes_rnoyesphotoOct 19, 2023Copper Contributor
OliverScheurich
That worked Thanks!