deciog Active Member Apr 24, 2023 #1 I have the calculated address of a cell, with the ADDRESS formula, how do I put a value directly in that cell? It is possible, only in formula, Version 2016 and 365 Decio Attachments Modelo.xlsx Modelo.xlsx 9.4 KB · Views: 4
I have the calculated address of a cell, with the ADDRESS formula, how do I put a value directly in that cell? It is possible, only in formula, Version 2016 and 365 Decio
B bosco_yip Excel Ninja Apr 24, 2023 #2 =INDIRECT(ADDRESS(4,13,1)) or, =INDIRECT("r4c13",) or, =INDIRECT(TEXT(413,"\r00\c00"),) Last edited: Apr 24, 2023
pecoflyer Well-Known Member Apr 24, 2023 #3 Or =INDIRECT(INDEX($M$1:$M$100,4)) Be aware that INDIRECT is a volatile function...
deciog Active Member Apr 24, 2023 #4 First thanks for the reply. What I need is to put value in cell $M$4 example value $125.32 look example only by formula It is possible? Decio Attachments Modelo 2.xlsx Modelo 2.xlsx 10.6 KB · Views: 5 Last edited: Apr 24, 2023
First thanks for the reply. What I need is to put value in cell $M$4 example value $125.32 look example only by formula It is possible? Decio
B bosco_yip Excel Ninja Apr 25, 2023 #6 deciog said: What I need is to put value in cell $M$4 example value $125.32 Decio Click to expand... Your example in cell M4 already have $125.32, Then. What do you want?
deciog said: What I need is to put value in cell $M$4 example value $125.32 Decio Click to expand... Your example in cell M4 already have $125.32, Then. What do you want?
deciog Active Member Apr 25, 2023 #7 Gentlemen, thank you for your help. I noticed that it is not possible to move a value by cell address Thank you for your time to help Consider this doubt closed Thank you very much Décio
Gentlemen, thank you for your help. I noticed that it is not possible to move a value by cell address Thank you for your time to help Consider this doubt closed Thank you very much Décio