New to excel, given difficult task

spencersoccer

New Member
Joined
Mar 16, 2015
Messages
4
Hello all,

I was given the task at work to make an excel document to make a calculation. I've never used excel before but after an hour or so I finished a spreadsheet with a simple multiplication formula. It did not satisfy the boss. So i'm here hoping to achieve what he wants with your help.

I'm given the name of a robot, each robot has 3 different axis's. each axis has a max speed and a max payload. Each speed is broken down into 33%, 66%, and 100% of the max. The payload is broken down the same way. This gives me 3 different speeds for axis one, and nine different possibilities for the payload because payload also depends on speed. I'd upload an example but I can't figure out how with a screenshot.

This data needs to take the select a max speed by rounding up what the user inputs to the nearest percent.
EX: if the user inputs 50mph and the Max speed is 100MPH then the data used would round up to the 66% value.

This table also needs to select the correct max payload number. and then take those two numbers and give me my final answer.

My problem is I have no idea how to make excel round up and select numbers like that or to determine the difference between my three different axis's.

Hopefully that all makes sense, I'll try to upload a picture or figure out how to upload an attachment of my current excel document to help explain it all. Thanks for your help guys.
 
Last edited:

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
M-900iA/260L
J1
Wrist Payload
87kg
173kg
260kg
Speed
33%
33
257
314
346
66%
66
428
501
632
100%
100
534
689
754
 
Last edited:
Upvote 0
[TABLE="width: 288"]
<tbody>[TR]
[TD="class: xl70, width: 128, bgcolor: #C5D9F1, colspan: 2"]M-900iA/260L
[/TD]
[TD="class: xl72, width: 256, bgcolor: #C5D9F1, colspan: 4"]J1
[/TD]
[/TR]
[TR]
[TD="class: xl66, bgcolor: #C5D9F1"][/TD]
[TD="class: xl65, bgcolor: #C5D9F1, colspan: 3"]Wrist Payload
[/TD]
[/TR]
[TR]
[TD="class: xl65, bgcolor: #C5D9F1"]87kg
[/TD]
[TD="class: xl65, bgcolor: #C5D9F1"]173kg
[/TD]
[TD="class: xl76, bgcolor: #C5D9F1"]260kg
[/TD]
[/TR]
[TR]
[TD="class: xl77, bgcolor: #C5D9F1"]Speed
[/TD]
[TD="class: xl64, bgcolor: #C5D9F1, align: right"]33%
[/TD]
[TD="class: xl69, bgcolor: #C5D9F1, align: right"]33
[/TD]
[TD="class: xl63, bgcolor: #C5D9F1, align: right"]257
[/TD]
[TD="class: xl63, bgcolor: #C5D9F1, align: right"]314
[/TD]
[TD="class: xl78, bgcolor: #C5D9F1, align: right"]346
[/TD]
[/TR]
[TR]
[TD="class: xl64, bgcolor: #C5D9F1, align: right"]66%
[/TD]
[TD="class: xl69, bgcolor: #C5D9F1, align: right"]66
[/TD]
[TD="class: xl63, bgcolor: #C5D9F1, align: right"]428
[/TD]
[TD="class: xl63, bgcolor: #C5D9F1, align: right"]501
[/TD]
[TD="class: xl78, bgcolor: #C5D9F1, align: right"]632
[/TD]
[/TR]
[TR]
[TD="class: xl80, bgcolor: #C5D9F1, align: right"]100%
[/TD]
[TD="class: xl81, bgcolor: #C5D9F1, align: right"]100
[/TD]
[TD="class: xl82, bgcolor: #C5D9F1, align: right"]534
[/TD]
[TD="class: xl82, bgcolor: #C5D9F1, align: right"]689
[/TD]
[TD="class: xl83, bgcolor: #C5D9F1, align: right"]754
[/TD]
[/TR]
</tbody>[/TABLE]

This is as close as I can get to an example of one table for one axis. this is axis J1. J2 and J3 are the other two. The max speed if conveniently 100 for this one

[TABLE="width: 896"]
<tbody>[TR]
[TD="colspan: 2"]M-900iA/260L
[/TD]
[TD="colspan: 4"]J1
[/TD]
[TD="colspan: 4"]J2
[/TD]
[TD="colspan: 4"]J3
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD="colspan: 3"]Wrist Payload
[/TD]
[TD][/TD]
[TD="colspan: 3"]Wrist Payload
[/TD]
[TD][/TD]
[TD="colspan: 3"]Wrist Payload
[/TD]
[/TR]
[TR]
[TD]87kg
[/TD]
[TD]173kg
[/TD]
[TD]260kg
[/TD]
[TD]87kg
[/TD]
[TD]173kg
[/TD]
[TD]260kg
[/TD]
[TD]87kg
[/TD]
[TD]173kg
[/TD]
[TD]260kg
[/TD]
[/TR]
[TR]
[TD]Speed
[/TD]
[TD="align: right"]33%
[/TD]
[TD="align: right"]33
[/TD]
[TD="align: right"]257
[/TD]
[TD="align: right"]314
[/TD]
[TD="align: right"]346
[/TD]
[TD="align: right"]33
[/TD]
[TD="align: right"]98
[/TD]
[TD="align: right"]98
[/TD]
[TD="align: right"]105
[/TD]
[TD="align: right"]33
[/TD]
[TD="align: right"]152
[/TD]
[TD="align: right"]170
[/TD]
[TD="align: right"]180
[/TD]
[/TR]
[TR]
[TD="align: right"]66%
[/TD]
[TD="align: right"]66
[/TD]
[TD="align: right"]428
[/TD]
[TD="align: right"]501
[/TD]
[TD="align: right"]632
[/TD]
[TD="align: right"]66
[/TD]
[TD="align: right"]152
[/TD]
[TD="align: right"]159
[/TD]
[TD="align: right"]166
[/TD]
[TD="align: right"]66
[/TD]
[TD="align: right"]180
[/TD]
[TD="align: right"]198
[/TD]
[TD="align: right"]309
[/TD]
[/TR]
[TR]
[TD="align: right"]100%
[/TD]
[TD="align: right"]100
[/TD]
[TD="align: right"]534
[/TD]
[TD="align: right"]689
[/TD]
[TD="align: right"]754
[/TD]
[TD="align: right"]100
[/TD]
[TD="align: right"]173
[/TD]
[TD="align: right"]179
[/TD]
[TD="align: right"]193
[/TD]
[TD="align: right"]100
[/TD]
[TD="align: right"]244
[/TD]
[TD="align: right"]327
[/TD]
[TD="align: right"]373
[/TD]
[/TR]
</tbody>[/TABLE]
 
Last edited:
Upvote 0

Forum statistics

Threads
1,223,236
Messages
6,170,917
Members
452,366
Latest member
TePunaBloke

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top