Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3
Default I'm cluesless - need help with "functions"?

I'm trying to transcribe information from timecards to a spreadsheet. The
person who designed the spreadsheet for me only put in equations to row 46
(not nearly enough). Heres an idea of what it looks like since I am too
uneducated on this program to know how to describe it. Cell A4 looks like
this : =IF(B3="","",B3)
A46 says, =IF(B45="","",B45). My question is: Is there a way to just
automatically put the next line's equation in, or do I have to type it all
out? Seems to me that would just double my work load. (i.e. A46 says
=IF(B45="","",B45) I want A47 to automatically say =IF(B46="","",B46)) Is
there a way to make that happen? He also set it up so that when I typed in a
date (i.e. 1/3) it would convert it into the day of the week in the next
column - is there a way to continue that on down the page? Ack!! I think
I'm even more confused now than I was 10 minutes ago. Please help. Thanks
so much in advance.

  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 192
Default I'm cluesless - need help with "functions"?

Hi Mandi,
If you click on the cell you want you will see it gets highlighted in bold
and there is a little box in the bottom right corner. if you drag this box
into your next cell it should copy the formula and format over onto the next
cell.

Hope this helps

Nick, Scotland

"Mandi" wrote:

I'm trying to transcribe information from timecards to a spreadsheet. The
person who designed the spreadsheet for me only put in equations to row 46
(not nearly enough). Heres an idea of what it looks like since I am too
uneducated on this program to know how to describe it. Cell A4 looks like
this : =IF(B3="","",B3)
A46 says, =IF(B45="","",B45). My question is: Is there a way to just
automatically put the next line's equation in, or do I have to type it all
out? Seems to me that would just double my work load. (i.e. A46 says
=IF(B45="","",B45) I want A47 to automatically say =IF(B46="","",B46)) Is
there a way to make that happen? He also set it up so that when I typed in a
date (i.e. 1/3) it would convert it into the day of the week in the next
column - is there a way to continue that on down the page? Ack!! I think
I'm even more confused now than I was 10 minutes ago. Please help. Thanks
so much in advance.

  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 192
Default I'm cluesless - need help with "functions"?

Just to make it clearer. when u put cursor over box ur cursor will turn to a
+ sign. now click and drab into as many cells as you need

"Mandi" wrote:

I'm trying to transcribe information from timecards to a spreadsheet. The
person who designed the spreadsheet for me only put in equations to row 46
(not nearly enough). Heres an idea of what it looks like since I am too
uneducated on this program to know how to describe it. Cell A4 looks like
this : =IF(B3="","",B3)
A46 says, =IF(B45="","",B45). My question is: Is there a way to just
automatically put the next line's equation in, or do I have to type it all
out? Seems to me that would just double my work load. (i.e. A46 says
=IF(B45="","",B45) I want A47 to automatically say =IF(B46="","",B46)) Is
there a way to make that happen? He also set it up so that when I typed in a
date (i.e. 1/3) it would convert it into the day of the week in the next
column - is there a way to continue that on down the page? Ack!! I think
I'm even more confused now than I was 10 minutes ago. Please help. Thanks
so much in advance.

  #4   Report Post  
Posted to microsoft.public.excel.newusers
Max Max is offline
external usenet poster
 
Posts: 9,221
Default I'm cluesless - need help with "functions"?

A46 says, =IF(B45="","",B45)
Just drag the fill handle* of cell A46 down as far as required, to fill the
formula in advance of expected data. The formula will auto-increment as
desired, and the formula cells will appear "blank" until data is entered in
col B.
*that's the solid black square at the bottom right corner of the cell
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---

  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3
Default I'm cluesless - need help with "functions"?

First let me thank you for responding. Maybe I didn't fully understand what
was being explained.
I clicked on the last cell to have been formatted, grabbed the little
black square, and drug it down as far as I wanted. I repeated that for all
the columns I needed extended further down the page, but none of it is having
an effect. The cells had a black outline afterward, but that was the only
noticeable difference. I need for it to understand that B47 - A47 = F47,
that when I type in 1/30 in D47, that E47 needs to say Wed. , and finally,
for the time in B47 to be copied into A48.

"Nick" wrote:

Hi Mandi,
If you click on the cell you want you will see it gets highlighted in bold
and there is a little box in the bottom right corner. if you drag this box
into your next cell it should copy the formula and format over onto the next
cell.

Hope this helps

Nick, Scotland

"Mandi" wrote:

I'm trying to transcribe information from timecards to a spreadsheet. The
person who designed the spreadsheet for me only put in equations to row 46
(not nearly enough). Heres an idea of what it looks like since I am too
uneducated on this program to know how to describe it. Cell A4 looks like
this : =IF(B3="","",B3)
A46 says, =IF(B45="","",B45). My question is: Is there a way to just
automatically put the next line's equation in, or do I have to type it all
out? Seems to me that would just double my work load. (i.e. A46 says
=IF(B45="","",B45) I want A47 to automatically say =IF(B46="","",B46)) Is
there a way to make that happen? He also set it up so that when I typed in a
date (i.e. 1/3) it would convert it into the day of the week in the next
column - is there a way to continue that on down the page? Ack!! I think
I'm even more confused now than I was 10 minutes ago. Please help. Thanks
so much in advance.



  #6   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 22,906
Default I'm cluesless - need help with "functions"?

In addition, make sure you have ToolsOptionsCalculation set to "Automatic"


Gord Dibben MS Excel MVP

On Tue, 25 Mar 2008 07:33:00 -0700, Max wrote:

A46 says, =IF(B45="","",B45)

Just drag the fill handle* of cell A46 down as far as required, to fill the
formula in advance of expected data. The formula will auto-increment as
desired, and the formula cells will appear "blank" until data is entered in
col B.
*that's the solid black square at the bottom right corner of the cell


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
Excel "Move or Copy" and "Delete" sheet functions dsiama Excel Worksheet Functions 1 December 28th 07 01:57 PM
change "true" and "false" to "availble" and "out of stock" inthestands Excel Worksheet Functions 2 July 19th 07 07:05 PM
HELP on "left","right","find","len","substitute" functions serene83 Excel Discussion (Misc queries) 5 June 27th 06 02:23 AM
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next BCB New Users to Excel 7 May 13th 06 10:02 PM
can we convert "2 days 16 hrs" to " 64hrs" using excel functions chris Excel Worksheet Functions 5 April 24th 06 12:53 AM


All times are GMT +1. The time now is 06:40 PM.

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

About Us

"It's about Microsoft Excel"