Can someone help me with a method to identify the ideal price in the below scenario to reach the volume of 1700?.. How to achieve this?
Year
Price
Volume
2018
4.75
1500
2022
6.03
1300
It should encode the text so that it will be used as an URL.. The whole logic is with that formula I should be able to create a dynamic url which users can click on..
Without encoding: This is test
with encoding : This%20is%20test( This is fit for URL creation)
I get #VALUE! with this formula
HYPERLINK(HYPERLINK(Config!$B$9&"/"&SUBSTITUTE(TEXT(E38,"MM/D/YYYYY"),"/","_")&"/"&ENCODEURL(Config!$B$10))&"/"&ENCODEURL(A38&".msg","Click")
Config!$B$9= https://kt001-kt.kell.com/:u:/r/sites/AAFAA3444/Connectivity/Connectivity Controls Audit...
Hi All,
Is it possible to open two links at once from an Hyerlink function.
Example: =Hyperlink("https://chandoo.org/ "&"https://stackoverflow.com/ ")
Thanks
How to achieve conditional average. I need average wherever there is "D" , When there is no "D" then it has to calculate the average for "R1".
Thanks
santhosha'