Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default If, then statement troubles

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,624
Default If, then statement troubles

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Question using dates in a statement Wink20TCU Excel Discussion (Misc queries) 2 January 3rd 07 03:33 PM
SQL concatenation statement CLamar Excel Discussion (Misc queries) 0 June 29th 06 01:58 PM
SET statement tutorial Daminc Excel Discussion (Misc queries) 13 January 17th 06 04:47 PM
If statement Matt Montagliano Excel Discussion (Misc queries) 1 September 8th 05 08:47 PM
Do I need a sumif or sum of a vlookup formula? PeterB Excel Worksheet Functions 0 June 1st 05 12:23 PM


All times are GMT +1. The time now is 05:04 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"