excel - If then Formula Assistance -


i have excel spreadsheet using payments. have rows needs match particular column of numbers $0.00 value. basicly, need numbers zeroed out exempt payment , monthly changes depending on listed number in column , zeroed out numbers on second sheet. thinking vlookup, using maybe if well. can't think of best combination.

if column matches sheet column column , e, f, g, h auto fill $0.00 , column d have 0 in it.

is possible?

yeah should possible, try , amend below problem , let know if run issues. compares cell in row cell in other sheet, if match 0, if don't can put else says "something else".

=if($a1='sheet 2'!$a1,0,"something else") 

Comments

Popular posts from this blog

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -