![]() |
return of blank
Ok in sheet a i have a date in cell (a2) # hrs in cell (b2)
On Sheet b i cell a2 to auto populate once i fill out sheet a and autopopulate #hrs as well. I can get it to do that however when i copy the formula down in sheet b for a date the return is 1/0/00 i do not want anything in that cell unless i input date on the first sheet. I hope you understand what i am trying to do thanks -- Message posted via http://www.officekb.com |
return of blank
Try this...
=IF(Sheet1!A2="","",Sheet1!A2) -- Biff Microsoft Excel MVP "Darts via OfficeKB.com" <u19990@uwe wrote in message news:a229a63ab9d26@uwe... Ok in sheet a i have a date in cell (a2) # hrs in cell (b2) On Sheet b i cell a2 to auto populate once i fill out sheet a and autopopulate #hrs as well. I can get it to do that however when i copy the formula down in sheet b for a date the return is 1/0/00 i do not want anything in that cell unless i input date on the first sheet. I hope you understand what i am trying to do thanks -- Message posted via http://www.officekb.com |
return of blank
Hi,
Check if the cell is empty =IF(Sheet1!A2<"",Sheet1!A2,"") -- Mike When competing hypotheses are equal, adopt the hypothesis that introduces the fewest assumptions while still sufficiently answering the question. Occam''''s razor (Abbrev) "Darts via OfficeKB.com" wrote: Ok in sheet a i have a date in cell (a2) # hrs in cell (b2) On Sheet b i cell a2 to auto populate once i fill out sheet a and autopopulate #hrs as well. I can get it to do that however when i copy the formula down in sheet b for a date the return is 1/0/00 i do not want anything in that cell unless i input date on the first sheet. I hope you understand what i am trying to do thanks -- Message posted via http://www.officekb.com . |
return of blank
U guys are great!!!!!!!! thanks much
T. Valko wrote: Try this... =IF(Sheet1!A2="","",Sheet1!A2) Ok in sheet a i have a date in cell (a2) # hrs in cell (b2) On Sheet b i cell a2 to auto populate once i fill out sheet a and [quoted text clipped - 6 lines] thanks -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...excel/201001/1 |
return of blank
You're welcome. Thanks for the feedback!
-- Biff Microsoft Excel MVP "Darts via OfficeKB.com" <u19990@uwe wrote in message news:a22b342be6256@uwe... U guys are great!!!!!!!! thanks much T. Valko wrote: Try this... =IF(Sheet1!A2="","",Sheet1!A2) Ok in sheet a i have a date in cell (a2) # hrs in cell (b2) On Sheet b i cell a2 to auto populate once i fill out sheet a and [quoted text clipped - 6 lines] thanks -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...excel/201001/1 |
All times are GMT +1. The time now is 01:58 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com