Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a spreadsheet where the multiplier cell changes each week, but the
previous week(s) data still must be viewed. This then requires cells in 5 different columns to each be used as the multiplier in the formula at one time during the month. For example: Week 1 = C5*D5, Week 2 = C5*E5, Week 3 = C5*F5, etc. How can I build a formula that finds the next cell with a content value of zero and selects the previous cell as the new multiplier if it's content is 0? -- News Gal |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
Not clear to me how your last paragraph relates to your first one. In your last paragraph what do you mean by "next cell" - next one up, next one to left, next one in some other sense? Can you give a small example of some data and what you want your formula to output. regards Paul On Feb 5, 11:42*pm, Newsgal wrote: I have a spreadsheet where the multiplier cell changes each week, but the previous week(s) data still must be viewed. This then requires cells in 5 different columns to each be used as the multiplier in the formula at one time during the month. For example: Week 1 = C5*D5, Week 2 = C5*E5, Week 3 = C5*F5, etc. How can I build a formula that finds the next cell with a content value of zero and selects the previous cell as the new multiplier if it's content is0? -- News Gal |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The "next" cell is the cell to the right. For example:
Week 1 = data in cell D5 is the multiplier. Weeks 2-5 all have a zero value. Week 2 = data in cell E5 is the multiplier. Weeks 3-5 all have a zero value. So the formula has to ignore Week 1 data and pickup Week 2 data. Week 3 = data in cell F5 is the multiplier. Weeks 4-5 have a zero value. So the formula has to ignore Week 1 AND Week 2 data and pickup Week 3 data. Etc. Hope this clarifies it. Thanks! -- News Gal " wrote: Hi Not clear to me how your last paragraph relates to your first one. In your last paragraph what do you mean by "next cell" - next one up, next one to left, next one in some other sense? Can you give a small example of some data and what you want your formula to output. regards Paul On Feb 5, 11:42 pm, Newsgal wrote: I have a spreadsheet where the multiplier cell changes each week, but the previous week(s) data still must be viewed. This then requires cells in 5 different columns to each be used as the multiplier in the formula at one time during the month. For example: Week 1 = C5*D5, Week 2 = C5*E5, Week 3 = C5*F5, etc. How can I build a formula that finds the next cell with a content value of zero and selects the previous cell as the new multiplier if it's content is0? -- News Gal |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
HOW I PRINT MY PAGE,MADE IN EXCEL,WITH CELLS & COLUMS | New Users to Excel | |||
Column automatically adjusts width to fit text entries | New Users to Excel | |||
what made my columns change from a b c to 1 2 3 ? Rows are 1 2 3 a | Excel Discussion (Misc queries) | |||
copying a formula, the reference adjusts, but the result does not | Excel Discussion (Misc queries) | |||
formula to display dbaseIII columns/rows in Excel Cells | Excel Programming |