I have these two formulas I am trying to multiply
=ROUNDDOWN(AK170/Sheet1!B3,0) Returns a value of 2
=ROUNDDOWN(AL170/Sheet1!C3,0) Returns a value of 7
I need to multiply these 2 formulas together to return a value of 14
I have these two formulas I am trying to multiply
=ROUNDDOWN(AK170/Sheet1!B3,0) Returns a value of 2
=ROUNDDOWN(AL170/Sheet1!C3,0) Returns a value of 7
I need to multiply these 2 formulas together to return a value of 14
Last edited by 2low4snow; 02-09-2010 at 04:29 PM.
You mean?
=ROUNDDOWN(AK170/Sheet1!B3,0)*ROUNDDOWN(AL170/Sheet1!C3,0)
Where there is a will there are many ways.
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Thank you, for one reason or another I tried that and it didn't work.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks