Forum Discussion
caprashantarya
Mar 19, 2023Copper Contributor
formula in excel
i am using randbetween in a specific column but want a total of the column upto specific amount. how to solve this
NikolinoDE
Mar 19, 2023Platinum Contributor
You can use the SUMIF function to sum a column up to a specific amount. Here are the steps:
- Click on the cell in your table where you want to see the total of the selected cells.
- Enter =SUMIF( to this selected cell.
- Now select the range with the numbers you want to total and press Enter on your keyboard.
- Enter the criteria for the sum in the next argument. For example, if you want to sum up to 100, enter "<100" in the next argument.
------------------------------------------------------------------
- If you want to use the RANDBETWEEN function to generate random numbers in a specific column, you can use the SUM function to total the column. Here are the steps:
- Click on the cell in your table where you want to see the total of the selected cells.
- Enter =SUM( to this selected cell.
- Now select the range with the numbers you want to total and press Enter on your keyboard.
I hope this helps!
🙂