Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to get excel to do the following and have no idea where to
start.... On sheet three, I want cell g4 to look at sheet one's g4 space and determine if the letter "d" is there. If it is, I want it to copy cell's g1-g3 into sheet threes g1-g3. Is there any possible way of accomplishing that? Thanks.. Brett Zent PC Technician |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
One way:
In Sheet3: G1: =IF(Sheet1!$G$4="d",Sheet1!G1) Copy G1 down to G3 A formula can only return a value to its calling cell, it can't change other cells' value. In article , beez wrote: I am trying to get excel to do the following and have no idea where to start.... On sheet three, I want cell g4 to look at sheet one's g4 space and determine if the letter "d" is there. If it is, I want it to copy cell's g1-g3 into sheet threes g1-g3. Is there any possible way of accomplishing that? Thanks.. Brett Zent PC Technician |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Question using dates in a statement | Excel Discussion (Misc queries) | |||
SQL concatenation statement | Excel Discussion (Misc queries) | |||
SET statement tutorial | Excel Discussion (Misc queries) | |||
If statement | Excel Discussion (Misc queries) | |||
Do I need a sumif or sum of a vlookup formula? | Excel Worksheet Functions |