View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default Need to get contents of one cell to populate into other(s).

try something like in c1
=if(len(a1)1,b1,"")

--
Don Guillett
SalesAid Software

"YellowBird" wrote in message
...
I need to populate the contents of one cell (may be date or numerical) to
other cell(s) depending on whether a condition is met. Is there a way to
use
one of the Excel Functions to test if there is content in a given cell and
then return just the content of another cell? If there is no content in
the
tested cell (cell is empty/blank), I would want no results to move to
testing
cell (testing cell needs to remain blank). In addition, would this same
Function be capable of returning the cell content if in one instance, it
was
a Date and another it was Numerical?

Any help would/will be greatly appreciated.

SHD

--
SHD