View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
mercy mercy is offline
external usenet poster
 
Posts: 3
Default if then statements

can i use if then stmts to import data from multiple cells into one? I have a
spreadsheet that I load cash totals in per day. Each days info is entered
into a different cell. I want to import each days total into a summary daily
cash spreadsheet. I don't want the totals to be cumulative. For example, cell
I69 would be June 7ths jackpot totals. I70 would be June 8ths. I have another
spreadsheet that combines the jackpot total daily with all other cash totals.
I only want to import the jackpot total. Is there a way to do that?