Dimitris254
Board Regular
- Joined
- Apr 25, 2016
- Messages
- 139
i have two tables (not Excel tables, but data in a table format) like this: Imgur: The most awesome images on the Internet
i'd like to divide table "part" with table "whole", so that i get the percentages like this: Imgur: The most awesome images on the Internet
there is no extreme formula here, just M4/B4 in cell B4, M5/B5 in cell B5 etc. (formatted as percentage)
is it possible to grab the whole range of table "part" and divide it by table "whole", ie. .Range(M4:U13) / .Range(B4:J13) ?
or the division has to be cell by cell?
i'd like to divide table "part" with table "whole", so that i get the percentages like this: Imgur: The most awesome images on the Internet
there is no extreme formula here, just M4/B4 in cell B4, M5/B5 in cell B5 etc. (formatted as percentage)
is it possible to grab the whole range of table "part" and divide it by table "whole", ie. .Range(M4:U13) / .Range(B4:J13) ?
or the division has to be cell by cell?