ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   how to move data from a cell to another one without using any macr (https://www.excelbanter.com/excel-worksheet-functions/179329-how-move-data-cell-another-one-without-using-any-macr.html)

Mojtaba Ghassemi[_2_]

how to move data from a cell to another one without using any macr
 
i used If Function to set a criterion for Excel to perform a task if the
returned value is TRUE. of course it did it. now I'd like to know how i can
show the results in another cell if the returned value of If Function is
FALSE. It can be done by defining a Macro but I like not to use any macro.
does anyone by chance know how it can be done!?
if so you can send your helpful reply to my email address or post it here!
my email is


Roger Govier[_3_]

how to move data from a cell to another one without using any macr
 
Hi

A function can only return a value to the cell in which the function is
located.
It cannot "push" a result to another cell.

--
Regards
Roger Govier

"Mojtaba Ghassemi" wrote in
message ...
i used If Function to set a criterion for Excel to perform a task if the
returned value is TRUE. of course it did it. now I'd like to know how i
can
show the results in another cell if the returned value of If Function is
FALSE. It can be done by defining a Macro but I like not to use any macro.
does anyone by chance know how it can be done!?
if so you can send your helpful reply to my email address or post it here!
my email is


Don Guillett

how to move data from a cell to another one without using any macr
 
in the "other" cell
=if(originalcell="x",1,2)
or
=if(originalcell<25,1,2)

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Mojtaba Ghassemi" wrote in
message ...
i used If Function to set a criterion for Excel to perform a task if the
returned value is TRUE. of course it did it. now I'd like to know how i
can
show the results in another cell if the returned value of If Function is
FALSE. It can be done by defining a Macro but I like not to use any macro.
does anyone by chance know how it can be done!?
if so you can send your helpful reply to my email address or post it here!
my email is





All times are GMT +1. The time now is 11:08 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com